Click or drag to resize
Palette Constructor (String, Color, Boolean)
Create new instance of Palette class.

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Palette(
	string name,
	Color[] colors,
	bool twoColors
)

Parameters

name
Type: SystemString
Name
colors
Type: System.DrawingColor
Colors of items
twoColors
Type: SystemBoolean
If true than second and main colors are equal
See Also