ActiveReports 8
ChartPalette Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ChartPalette Enumeration

Glossary Item Box

Specifies the color palette for chart items.

Syntax

Visual Basic (Declaration) 
Public Enum ChartPalette 
   Inherits System.Enum
C# 
public enum ChartPalette : System.Enum 

Members

MemberDescription
CustomCustom chart palette
DefaultIndicates the default palette of rich jewel tones.
EarthTonesIndicates an earth tone palette of autumnal browns, oranges, and greens.
ExcelIndicates an Excel palette of muted plums, blues, and creams.
GrayScaleIndicates a gray scale palette of patterns suitable for printing to a black and white printer.
LightIndicates a light colored palette of pale pinks and peaches.
PastelIndicates a pastel palette of blues, greens and purples.
SemiTransparentIndicates a semi-transparent palette of primary and tertiary colors that allows the backdrop to show through.
SubduedIndicates a palette of subdued colors ideal for charts where the data should not have special emphasis drawn to it.
ThemeTheme chart palette
VividIndicates a vivid palette of colors idea for drawing emphasis to the data being displayed in the chart.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.ChartPalette

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also