AxisRLabelSetLabels Method |
Sets the axis label values for this node to be used instead of the
default numbers.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetLabels(
string[] value
)
Public Overridable Sub SetLabels (
value As String()
)
public:
virtual void SetLabels(
array<String^>^ value
)
abstract SetLabels :
value : string[] -> unit
override SetLabels :
value : string[] -> unit
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