Enum 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.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartColorPalette
Fields
| Name | Description |
|---|---|
| Analog | Palette containing analog colors. |
| Colorful | Colorful palette. |
| Custom | Custom user assigned color palette. |
| Default | Default palette. |
| DefaultAlpha | Default palette with aplha. |
| DefaultOld | Default palette used in older chart versions. |
| DefaultOldAlpha | Default palette with alpha blending. |
| EarthTone | Palette containing earth tone colors. |
| GrayScale | GrayScale color palette which can be used for monochrome printing. |
| GreenYellowStyle | Palette that contains mixed Green and yellow colors. |
| Metro | Palette that contains Metro colors. |
| Nature | Palette containing the colors of nature. |
| Office2016 | Palette that contains colors for office 2016 theme. |
| Pastel | Palette containing pastel colors. |
| PinkVioletStyle | Palette that contains pink Green and violet colors. |
| RedYellowStyle | Palette that contains mixed Red and yellow colors. |
| SkyBlueStyle | Palette that contains mixed SkyBlue and Violet colors. |
| Triad | Palette containing triad colors. |
| WarmCold | Palette that contains mixed warm and cold colors. |