ChartPalette Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies color palette for the chart items.
public enum class ChartPalette
public enum ChartPalette
type ChartPalette =
Public Enum ChartPalette
- Inheritance
-
ChartPalette
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Use Default palette. |
EarthTones | 1 | Use the EarthTones palette. |
Excel | 2 | Use the Excel palette. |
GrayScale | 3 | Use the GrayScale palette. |
Light | 4 | Use the Light palette. |
Pastel | 5 | Use the Pastel palette. |
SemiTransparent | 6 | Use the SemiTransparent palette. |
Berry | 7 | Use the Berry palette. |
Chocolate | 8 | Use the Chocolate palette. |
Fire | 9 | Use the Fire palette. |
SeaGreen | 10 | Use the SeaGreen palette. |
BrightPastel | 11 | Use the BrightPastel palette. |
Pacific | 12 | Use the Pacific palette. |
PacificLight | 13 | Use the PacificLight palette. |
PacificSemiTransparent | 14 | Use the PacificSemiTransparent palette. |
Custom | 15 | Use a custom palette. |