FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlarmZone Class / PatternStyle Property

In This Topic
    PatternStyle Property (ChartAlarmZone)
    In This Topic
    Gets or sets the pattern style to be used if PatternVisible is true. The PatternStyle is penned in the ChartAlarmZone ForeColor.
    Syntax
    'Declaration
     
    Public Property PatternStyle As ChartHatchStyle
    public ChartHatchStyle PatternStyle {get; set;}
    See Also