Click or drag to resize
Palette Constructor (String, Color, Color)
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[] mainColors,
	Color[] secondColors
)

Parameters

name
Type: SystemString
Name of palette
mainColors
Type: System.DrawingColor
Main colors of palette items
secondColors
Type: System.DrawingColor
Second colors of palette items
See Also