Click or drag to resize
DendrogramSetLabels Method
Sets up the axis labels for Dendrogram plot.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetLabels(
	string[] labels
)

Parameters

labels
Type: SystemString
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