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

In This Topic
    Shape Property (AlarmZone)
    In This Topic
    Gets or sets the shape of the AlarmZone.
    Syntax
    'Declaration
     
    Public Property Shape As AlarmZoneShapeEnum
    public AlarmZoneShapeEnum Shape {get; set;}
    Remarks
    An AlarmZone of rectangle shape is specified by the rectangle bounded by the the data coordinates specified by the extents of the AlarmZone. An AlarmZone of elliptical shape is specified by the rectangle bounded by the the data coordinates specified by the extents of the AlarmZone. An AlarmZone of polygon shape is specified by the data specified of the PolygonData and bounded by the data coordinates specified by the extents of the AlarmZone. Applicable only for Cartesian charts.
    See Also