ComponentOne FlexReport for WinForms
ChartAlarmZoneShape Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartAlarmZoneShape Enumeration
Specifies the shape of the ChartAlarmZone.
Syntax
'Declaration
 
Public Enum ChartAlarmZoneShape 
   Inherits System.Enum
public enum ChartAlarmZoneShape : System.Enum 
Members
MemberDescription
EllipseAn ellipse bounded by the a rectangle specified by the data coordinates of the ChartAlarmZone extents.
RectangleA rectangle specified by the data coordinates of the ChartAlarmZone extents.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.ChartAlarmZoneShape

See Also

Reference

C1.Win.FlexReport.Chart Namespace