| PaletteItem Class |
Namespace: Kettic.AspNet.Controls.ChartModel
The PaletteItem type exposes the following members.
| Name | Description | |
|---|---|---|
| PaletteItem |
Create new instance of PaletteItem class.
| |
| PaletteItem(ColorBlend) |
Create new instance of PaletteItem class.
| |
| PaletteItem(Color, Color) |
Create new instance of PaletteItem class.
| |
| PaletteItem(String, ColorBlend) |
Create new instance of PaletteItem class.
| |
| PaletteItem(String, Color, Color) |
Create new instance of PaletteItem class.
|
| Name | Description | |
|---|---|---|
| Clone |
Clone this object
| |
| ToString |
Gets string representation
(Overrides StateManagerBase.ToString.) |
| Name | Description | |
|---|---|---|
| AdditionalColors |
Defines arrays of colors and positions used for interpolating color blending
| |
| Name |
Specifies the name for palette item
| |
| PrimaryColor |
Specifies the main color for palette item
| |
| SecondColor |
Specifies the second color for palette item
|