This indicates the location of the first tick.

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

Syntax

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

Field Value

A double which contains the "FistTick" attribute value.

Remarks

By default, FirstTick = GetWindow()[0].

See Also