FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ChartField Class / DataColor Property

In This Topic
    DataColor Property (ChartField)
    In This Topic
    Gets or sets the color for the chart bars, lines, symbols, or pie slices.
    Syntax
    'Declaration
     
    Public Property DataColor As Color
    public 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