The default value of the offset.

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

Syntax

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

Field Value

A double which contains the default 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