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

In This Topic
    PolygonData Property
    In This Topic
    Gets the PolygonData object for the AlarmZone.
    Syntax
    'Declaration
     
    Public ReadOnly Property PolygonData As PolygonData
    public PolygonData PolygonData {get;}
    Remarks
    If the AlarmZone is polygon shaped, then this object is used to specify the polygon coordinates using arrays or data series specification. Applicable only for Cartesian charts and polygon shaped AlarmZones.
    See Also