TextDefaultOffset Property |
The default value of the offset.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double DefaultOffset { set; }
Public Overridable WriteOnly Property DefaultOffset As Double
Set
public:
virtual property double DefaultOffset {
void set (double value);
}
abstract DefaultOffset : float with set
override DefaultOffset : float with 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