Returns the number of axes (i.e., the number of labels) in the Grid.

Namespace: Endeca.Navigation.Charting
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

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

Field Value

The number of axes in the Grid.

Remarks

This does not count the values as an axis. This value is equal to the number of label-lists available from GetLabels(Int32).

See Also