Specifies the type of Axis1D.

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

Syntax

C#
public virtual int Type { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Type As Integer
Visual C++
public:
virtual property int Type {
	int get ();
}

Field Value

An int which contains the type of axis this Grid is associated with.

Remarks

See Also