Gets or sets the shape of the AlarmZone.
[Visual Basic]
Public Property Shape As AlarmZoneShapeEnum
[C#]
public AlarmZoneShapeEnum Shape {get;set;}
[Delphi]
public property Shape: AlarmZoneShapeEnum read get_Shape write set_Shape;
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 ellipical 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 cartestian charts.
See Also
AlarmZone Class | AlarmZone Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |