ActiveReports Developer 7
ColorPalette Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v7 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

See Also