Sets up the axis labels for Dendrogram plot.

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

The number of labels must equal the number of items.

This method turns off autoscaling on the axis and sets the Window attribute depending on the number of points being plotted.

Note that user-defined labels will be re-ordered to match the order of the clusters displayed in the plot.

See Also