Click or drag to resize
TextOffset Property
The offset for this Text object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double Offset { 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