FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChartBase Class / BackColor Property

In This Topic
    BackColor Property (FlexChartBase)
    In This Topic
    Gets or sets the background color for the control.
    Syntax
    'Declaration
     
    Public Overrides Property BackColor As System.Drawing.Color
    public override System.Drawing.Color BackColor {get; set;}

    Property Value

    A System.Drawing.Color that represents the background color of the control. The default is the value of the System.Windows.Forms.Control.DefaultBackColor property.
    See Also