ComponentOne FlexReport for WinForms
DataColor Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ChartField Class : DataColor Property
Gets or sets the color for the chart bars, lines, symbols, or pie slices.
Syntax
'Declaration
 
Public Property DataColor As System.Drawing.Color
public System.Drawing.Color DataColor {get; set;}
Remarks
Avaiable if ColorGeneratoin is set to CustomByDataColor. If the chart contains more than one series (or pie slices) then additional colors are generated automatically by making the base color lighter.
See Also

Reference

ChartField Class
ChartField Members