2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChart Class / BackColor Property

In This Topic
    BackColor Property (baseChart)
    In This Topic
    The background color used to display text and graphics in the control.
    Syntax
    'Declaration
     
    Public Overrides Property BackColor As System.Drawing.Color
    public override System.Drawing.Color BackColor {get; set;}
    Remarks
    Changing the BackColor also changes the BackColor of the chart’s style object, and visa versa.
    See Also