Click or drag to resize
TextDefaultOffset Property
The default value of the offset.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double DefaultOffset { set; }

Property Value

Type: Double
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