Click or drag to resize
PaletteItem Constructor (Color, Color)
Create new instance of PaletteItem 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 PaletteItem(
	Color mainColor,
	Color secondColor
)

Parameters

mainColor
Type: System.DrawingColor
Main color of item
secondColor
Type: System.DrawingColor
Second color of item
See Also