Click or drag to resize
AxisLabelGetLabels Method
Returns the "Labels" attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Text[] GetLabels()

Return Value

Type: Text
A Text[] containing the axis labels.
Remarks
By default, GetLabels = null.
See Also