[]
        
(Showing Draft Content)

C1.Win.FlexReport.ChartField.Palette

Palette Property

Palette

Gets or sets the collection of colors to be used for each series (or pie slices).

Declaration
[C1Category("Appearance")]
[C1Description("ChartField.Palette", "The collection of colors to be used for each series (or pie slices).")]
public string Palette { get; set; }
<C1Category("Appearance")>
<C1Description("ChartField.Palette", "The collection of colors to be used for each series (or pie slices).")>
Public Property Palette As String
Remarks

Available if ColorGeneration is set to CustomByPalette. The collection is specified as a string containing a list of color names, delimited by semicolons. For example: chartField.Palette = "Red;Green;Blue"