Click or drag to resize
AxisRLabelSetLabels Method
Sets the axis label values for this node to be used instead of the default numbers.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetLabels(
	string[] value
)

Parameters

value
Type: SystemString
A String[] specifying the labels for the major tick marks.
Remarks
The attribute "Number" is also set to value.Length.
See Also