ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / ColorPalette Enumeration

In This Topic
    ColorPalette Enumeration
    In This Topic
    Specifies what color palette is used.
    Syntax
    'Declaration
     
    Public Enum ColorPalette 
       Inherits System.Enum
    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