The offset for this Text object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Offset { get; set; }
Public Overridable Property Offset As Double
Get
Set
public:
virtual property double Offset {
double get ();
void set (double value);
}
abstract Offset : float with get, set
override Offset : float with get, set
Property Value
Type:
Double
A
double which contains the offset for this
Text
object.
Remarks
Offset is in units of the default marker size. Text drawn is
offset in the direction of the alignment.
See Also