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.0.0

Syntax

C#
public virtual void SetLabels(
	string[] value
)
Visual Basic (Declaration)
Public Overridable Sub SetLabels ( _
	value As String() _
)
Visual C++
public:
virtual void SetLabels(
	array<String^>^ value
)

Parameters

value
Type: array< System..::.String >[]()[]
A String[] specifying the labels for the major tick marks.

Remarks

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

See Also