The offset for this Text object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double Offset { get; set; }
Visual Basic (Declaration)
Public Overridable Property Offset As Double
Visual C++
public:
virtual property double Offset {
	double get ();
	void set (double value);
}

Field Value

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