Use the members of this enumeration to set the value of the Shape property of an AlarmZone object.
[Visual Basic]
Public Enum AlarmZoneShapeEnum
[C#]
public enum AlarmZoneShapeEnum
[Delphi]
type AlarmZoneShapeEnum = (Ellipse, Polygon, Rectangle);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Ellipse |
An ellipse bounded by the a rectangle specified by the data coordinates of the AlarmZone extents. |
Polygon |
A polygon specified by XY and with limits of a rectangle specified by the data coordinates of the AlarmZone extents. |
Rectangle |
A rectangle specified by the data coordinates of the AlarmZone extents. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |