Sets up an axis with labels.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Parameters

labels
Type: array< System..::.String >[]()[]
A String[] containing the axis labels.

Remarks

Sets up an axis with labels. This turns off the tick marks and sets the "BoxPlotType" attribute. It also turns off autoscaling for the axis and sets its "Window" and "Number" and "Ticks" attribute as appropriate for a labeled Box plot. The existing value of the "BoxPlotType" attribute is used to determine the axis to be modified.

See Also