ComponentOne FlexReport for WinForms
Palette Property (ChartField)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ChartField Class : Palette Property
Gets or sets the collection of colors to be used for each series (or pie slices).
Syntax
'Declaration
 
Public Property Palette As System.String
public System.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"
Example
chartField.Palette = "Red;Green;Blue"
See Also

Reference

ChartField Class
ChartField Members