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

In This Topic
    BackColor Property (AlarmZone)
    In This Topic
    Gets or sets the background color of the AlarmZone.
    Syntax
    'Declaration
     
    Public Property BackColor As System.Drawing.Color
    public System.Drawing.Color BackColor {get; set;}
    Remarks
    Inherits from PlotArea. An AlarmZone always displays the BackColor when showing the zone. If a Pattern is used, the ForeColor is also used to draw the pattern lines.
    See Also