2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PlotArea Class / BackColor Property

In This Topic
    BackColor Property (PlotArea)
    In This Topic
    Gets or sets the backcolor of the PlotArea.
    Syntax
    'Declaration
     
    Public Property BackColor As System.Drawing.Color
    public System.Drawing.Color BackColor {get; set;}
    Remarks
    Inherits from the ChartArea.
    See Also