IMSL C# Numerical Library

Dendrogram.SetLabels Method 

Sets up the axis labels for Dendrogram plot.

public virtual void SetLabels(
   string[] labels
);

Parameters

labels
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

Dendrogram Class | Imsl.Chart2D Namespace