IMSL C# Numerical Library

AxisRLabel.SetLabels Method 

Sets the axis label values for this node to be used instead of the default numbers.

public virtual void SetLabels(
   string[] value
);

Parameters

value
A String[] specifying the labels for the major tick marks.

Remarks

The attribute "Number" is also set to value.Length.

See Also

AxisRLabel Class | Imsl.Chart2D Namespace