Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Chart Class / DataColor Property

In This Topic
    DataColor Property
    In This Topic
    Specifies the color for the chart bars, lines, symbols, or pie slices.
    Syntax
    'Declaration
     
    Public Property DataColor As Color
    public Color DataColor {get; set;}
    Remarks
    If the chart contains more than one series (or pie slices) then additional colors are generated automatically by making the base color lighter. To control the color of each series in a multi-series chart, use the Palette property instead.
    See Also