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

In This Topic
    PatternStyle Property
    In This Topic
    Gets or sets the pattern style to be used if PatternVisible is true.
    Syntax
    'Declaration
     
    Public Property PatternStyle As System.Drawing.Drawing2D.HatchStyle
    public System.Drawing.Drawing2D.HatchStyle PatternStyle {get; set;}
    Remarks
    The PatternStyle is penned in the AlarmZone ForeColor.
    See Also