ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Chart Class / Palette Property

In This Topic
    Palette Property (Chart)
    In This Topic
    Gets or sets the color palette for the chart items.
    Syntax
    'Declaration
     
    Public Property Palette As ChartPalette
    public ChartPalette Palette {get; set;}

    Property Value

    A ChartPalette enumeration indicating the color palette for the chart items.
    See Also