ChartColorPalette Enumeration
Specifies a palette when setting a Palette property.
Namespace: System.Web.UI.DataVisualization.Charting
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Member name | Description | |
---|---|---|
None | No palette is used. | |
Bright | Palette utilizes bright colors. | |
Grayscale | Palette utilizes grayscale colors, that is, shades of black and white. | |
Excel | Palette utilizes Excel-style colors. | |
Light | Palette utilizes light colors. | |
Pastel | Palette utilizes pastel colors. | |
EarthTones | Palette utilizes earth tone colors such as green and brown. | |
SemiTransparent | Palette utilizes semi-transparent colors. | |
Berry | Palette utilizes blues and purples. | |
Chocolate | Palette utilizes shades of brown. | |
Fire | Palette utilizes red, orange and yellow colors. | |
SeaGreen | Palette utilizes colors that range from green to blue. | |
BrightPastel | Palette utilizes bright pastel colors. |
The ChartColorPalette enumeration represents the palettes to be used for the root Chart object and any Series objects.
If no colors are assigned to data points and their associated series, the default colors will be assigned to the data. For example:
If Palette is set to None, then the default palette is set to PaletteCustomColors or BrightPastel.
If.Palette is set to None, then the default palette for the chart is used (Palette).
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.