ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ChartPalette Enumeration

In This Topic
    ChartPalette Enumeration
    In This Topic
    Specifies the color palette for chart items.
    Syntax
    'Declaration
     
    Public Enum ChartPalette 
       Inherits System.Enum
    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

    See Also