Gets the PolygonData object for the AlarmZone.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public PolygonData PolygonData { get; } |
Visual Basic |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public ReadOnly Property PolygonData As 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.