Use the members of this enumeration to set the value of the Shape property of an AlarmZone object.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum AlarmZoneShapeEnum
Visual Basic
Public Enumeration AlarmZoneShapeEnum

Members

Member nameValueDescription
Rectangle0 A rectangle specified by the data coordinates of the AlarmZone extents.
Ellipse1 An ellipse bounded by the a rectangle specified by the data coordinates of the AlarmZone extents.
Polygon2 A polygon specified by XY and with limits of a rectangle specified by the data coordinates of the AlarmZone extents.

See Also