| Visual Basic (Declaration) | |
|---|---|
| Public Enum ChartPalette Inherits System.Enum | |
| C# | |
|---|---|
| public enum ChartPalette : System.Enum | |
| Member | Description | 
|---|---|
| Custom | Custom chart palette | 
| Default | Indicates the default palette of rich jewel tones. | 
| EarthTones | Indicates an earth tone palette of autumnal browns, oranges, and greens. | 
| Excel | Indicates an Excel palette of muted plums, blues, and creams. | 
| GrayScale | Indicates a gray scale palette of patterns suitable for printing to a black and white printer. | 
| Light | Indicates a light colored palette of pale pinks and peaches. | 
| Pastel | Indicates a pastel palette of blues, greens and purples. | 
| SemiTransparent | Indicates a semi-transparent palette of primary and tertiary colors that allows the backdrop to show through. | 
| Subdued | Indicates a palette of subdued colors ideal for charts where the data should not have special emphasis drawn to it. | 
| Theme | Theme chart palette | 
| Vivid | Indicates a vivid palette of colors idea for drawing emphasis to the data being displayed in the chart. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.ChartPalette
 
     
     
     
     
    