IMSL C# Numerical Library

Dendrogram.SetLineColors Method 

Define colors for individual clusters.

public virtual void SetLineColors(
   Color[] colors
);

Parameters

colors
A Color[] which contains each color to use for the subclusters.

Remarks

The color of the top most level should be set using Dendrogram.LineColor. This property will color N clusters, where N is the number of elements in colors.

See Also

Dendrogram Class | Imsl.Chart2D Namespace