ComponentOne FlexReport for WinForms
ChartAlarmZone Class Properties

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartAlarmZone Class

For a list of all members of this type, see ChartAlarmZone members.

Public Properties
 NameDescription
Public PropertyGets or sets the background color of the ChartAlarmZone.

Inherits from plot area. A ChartAlarmZone always displays the BackColor when showing the zone. If a Pattern is used, the ForeColor is also used to draw the pattern lines.

 
Public PropertyGets or sets the far extent of the ChartAlarmZone in X-axis data coordinates.

Typically, the FarExtent is the larger X value in data coordinates that the ChartAlarmZone extends. If the FarExtent and NearExtent are both zero, then both are assumed to be the Max and Min values of the X-axis, respectively.

 
Public PropertyGets or sets the foreground color of the ChartAlarmZone.

Inherits from plot area. A ChartAlarmZone always displays the BackColor when showing the zone. If a Pattern is used, the ForeColor is also used to draw the pattern lines.

 
Public PropertyGets or sets the index of the data group of the ChartAlarmZone.

The group index indicates the Chart2DGroup for which the ChartAlarmZone extents specify the data coordinates of the ChartAlarmZone. If the group index specifies a non-existent Chart2DGroup, the ChartAlarmZone is not drawn.

 
Public PropertyGets or sets the lower extent of the ChartAlarmZone in Y-axis data coordinates.

Typically, the LowerExtent is the smaller Y value in data coordinates that the ChartAlarmZone extends. If the UpperExtent and LowerExtent are both zero, then both are assumed to be the Max and Min values of the Y-axis, respectively.

 
Public PropertyGets or sets the ChartAlarmZone minimum height, in twips.

If the height of the ChartAlarmZone is less than the specified value in twips, the ChartAlarmZone is drawn with the specified height. Applicable only for Cartesian charts and rectangular or elliptical shaped alarm zones.

 
Public PropertyGets or sets the ChartAlarmZone minimum width, in twips.

If the width of the ChartAlarmZone is less than the specified value in twips, the ChartAlarmZone is drawn with the specified width. Applicable only for Cartesian charts and rectangular or elliptical shaped alarm zones.

 
Public PropertyGets or sets the name of the ChartAlarmZone.  
Public PropertyGets or sets the near extent of the ChartAlarmZone in X-axis data coordinates.

Typically, the NearExtent is the smaller X value in data coordinates that the ChartAlarmZone extends. If the FarExtent and NearExtent are both zero, then both are assumed to be the Max and Min values of the X-axis, respectively.

 
Public PropertyGets or sets the pattern style to be used if PatternVisible is true. The PatternStyle is penned in the ChartAlarmZone ForeColor.  
Public PropertyGets or sets a value indicating whether the specified PatternStyle should be used to brush the background of the ChartAlarmZone.  
Public PropertyGets or sets the shape of the ChartAlarmZone.

A ChartAlarmZone of rectangle shape is specified by the rectangle bounded by the data coordinates specified by the extents of the ChartAlarmZone.

A ChartAlarmZone of elliptical shape is specified by the rectangle bounded by the data coordinates specified by the extents of the ChartAlarmZone.

 
Public PropertyGets or sets the upper extent of the ChartAlarmZone in Y-axis data coordinates.

Typically, the UpperExtent is the larger Y value in data coordinates that the ChartAlarmZone extends. If the UpperExtent and LowerExtent are both zero, then both are assumed to be the Max and Min values of the Y-axis, respectively.

 
Public PropertyGets or sets the visibility of the ChartAlarmZone.  
Top
See Also

Reference

ChartAlarmZone Class
C1.Win.FlexReport.Chart Namespace