Use the members of this enumeration to set the value
of the Shape property of an AlarmZone object.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public enum AlarmZoneShapeEnum |
Visual Basic |
---|
Public Enumeration AlarmZoneShapeEnum |
Members
Member name | Value | Description | |
---|---|---|---|
Rectangle | 0 | A rectangle specified by the data coordinates of the AlarmZone extents. | |
Ellipse | 1 | An ellipse bounded by the a rectangle specified by the data coordinates of the AlarmZone extents. | |
Polygon | 2 | A polygon specified by XY and with limits of a rectangle specified by the data coordinates of the AlarmZone extents. |