Define colors for individual clusters.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void SetLineColors(
	Color[] colors
)
Visual Basic (Declaration)
Public Overridable Sub SetLineColors ( _
	colors As Color() _
)
Visual C++
public:
virtual void SetLineColors(
	array<Color>^ colors
)

Parameters

colors
Type: array< System.Drawing..::.Color >[]()[]
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