FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotChart Class / Palette Property

In This Topic
    Palette Property (FlexPivotChart)
    In This Topic
    Gets or sets the C1.Chart.Palette that defines the colors used for the chart series.
    Syntax
    'Declaration
     
    Public Property Palette As C1.Chart.Palette
    public C1.Chart.Palette Palette {get; set;}
    See Also