Click or drag to resize
DendrogramSetLineColors Method
Define colors for individual clusters.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetLineColors(
	Color[] colors
)

Parameters

colors
Type: System.DrawingColor
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