2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AlarmZoneShapeEnum Enumeration

In This Topic
    AlarmZoneShapeEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Shape property of an AlarmZone object.
    Syntax
    'Declaration
     
    Public Enum AlarmZoneShapeEnum 
       Inherits System.Enum
    public enum AlarmZoneShapeEnum : System.Enum 
    Members
    MemberDescription
    EllipseAn ellipse bounded by the a rectangle specified by the data coordinates of the AlarmZone extents.
    PolygonA polygon specified by XY and with limits of a rectangle specified by the data coordinates of the AlarmZone extents.
    RectangleA rectangle specified by the data coordinates of the AlarmZone extents.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.AlarmZoneShapeEnum

    See Also