Class ChartColorPalette
Pre-defined palettes for use with the ChartControl. Palettes are simply a group of colors that can be used to provide a better visual appearance when displaying multiple chart series.
Inheritance
System.Object
ChartColorPalette
Namespace: Syncfusion.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public sealed class ChartColorPalette : Enum
Fields
Colorful
Colorful palette.
Declaration
public const ChartColorPalette Colorful
Field Value
| Type |
|---|
| ChartColorPalette |
Custom
Custom user assigned color palette.
Declaration
public const ChartColorPalette Custom
Field Value
| Type |
|---|
| ChartColorPalette |
EarthTone
Palette containing earth tone colors.
Declaration
public const ChartColorPalette EarthTone
Field Value
| Type |
|---|
| ChartColorPalette |
Metro
Palette that contains Metro colors.
Declaration
public const ChartColorPalette Metro
Field Value
| Type |
|---|
| ChartColorPalette |
Nature
Palette containing the colors of nature.
Declaration
public const ChartColorPalette Nature
Field Value
| Type |
|---|
| ChartColorPalette |
None
No palette is set.
Declaration
public const ChartColorPalette None
Field Value
| Type |
|---|
| ChartColorPalette |
Pastel
Palette containing pastel colors.
Declaration
public const ChartColorPalette Pastel
Field Value
| Type |
|---|
| ChartColorPalette |
SkyBlueStyle
Palette that contains mixed SkyBlue and Violet colors.
Declaration
public const ChartColorPalette SkyBlueStyle
Field Value
| Type |
|---|
| ChartColorPalette |
Triad
Palette containing triad colors.
Declaration
public const ChartColorPalette Triad
Field Value
| Type |
|---|
| ChartColorPalette |
WarmCold
Palette that contains mixed warm and cold colors.
Declaration
public const ChartColorPalette WarmCold
Field Value
| Type |
|---|
| ChartColorPalette |