FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlarmZoneShape Enumeration

In This Topic
    ChartAlarmZoneShape Enumeration
    In This Topic
    Specifies the shape of the ChartAlarmZone.
    Syntax
    'Declaration
     
    Public Enum ChartAlarmZoneShape 
       Inherits System.Enum
    public enum ChartAlarmZoneShape : System.Enum 
    Members
    MemberDescription
    EllipseAn ellipse bounded by the a rectangle specified by the data coordinates of the ChartAlarmZone extents.
    RectangleA rectangle specified by the data coordinates of the ChartAlarmZone extents.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.Chart.ChartAlarmZoneShape

    See Also