Returns the specified label.

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

Syntax

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

Parameters

axis
Type: System..::..Int32
The axis that references the label.

Return Value

The specified label (a Label object).

See Also