The tick interval node of this AxisR.

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

Syntax

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

Field Value

A double which contains the "TickInterval" attribute value.

See Also