[]
        
(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
public string Palette { get; set; }
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"