Specifies the number of tick marks along an axis.

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

Syntax

C#
public virtual int Number { get; set; }
Visual Basic (Declaration)
Public Overridable Property Number As Integer
Visual C++
public:
virtual property int Number {
	int get ();
	void set (int value);
}

Field Value

An int which contains the "Number" attribute value.

Remarks

By default, Number = 0.

See Also