Returns the List of Labels for the specified axis.

Namespace: Endeca.Navigation.Charting
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual ArrayList GetLabels(
	int axis
)
Visual Basic
Public Overridable Function GetLabels ( _
	axis As Integer _
) As ArrayList
Visual C++
public:
virtual ArrayList^ GetLabels(
	int axis
)

Parameters

axis
Type: System..::..Int32
The axis whose labels are to returned.

Return Value

A List of Label objects for the specified axis.

See Also