Returns the "Labels" attribute.

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

Syntax

C#
public virtual Text[] GetLabels()
Visual Basic (Declaration)
Public Overridable Function GetLabels As Text()
Visual C++
public:
virtual array<Text^>^ GetLabels()

Return Value

A Text[] containing the axis labels.

Remarks

By default, GetLabels = null.

See Also