This indicates the location of the first tick.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double FirstTick { get; set; }
Public Overridable Property FirstTick As Double
Get
Set
public:
virtual property double FirstTick {
double get ();
void set (double value);
}
abstract FirstTick : float with get, set
override FirstTick : float with get, set
Property Value
Type:
Double
A
double which contains the "FistTick" attribute value.
Remarks
By default, FirstTick = GetWindow()[0].
See Also