ActiveReports 8
ColorPalette Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace : ColorPalette Enumeration

Glossary Item Box

Specifies what color palette is used.

Syntax

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

Members

MemberDescription
AutumnThe rich browns and golds of autumn.
BerriesA range of colors from blueberry through raspberry.
CascadeA cascade of eight cool colors ranging from deep teal down through pale orchid.
ConfettiA sprinkling of bright and pastel colors.
DefaultThe same color scheme as Cascade.
GreensA medley of greens from 70's refrigerator green through evergreen.
IcebergA range of the soft blues and greys found in an iceberg.
MurphyMuted greens, rusts and beiges.
NoneAll data is drawn using the same teal color.
SpringtimeThe colors of spring, in deep green, two vivid colors and five pastels.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Chart.ColorPalette

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