FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlarmZone Class
Properties Methods Events


In This Topic
    ChartAlarmZone Class Members
    In This Topic

    The following tables list the members exposed by ChartAlarmZone.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    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
    Public Methods
     NameDescription
    Public MethodResets the BackColor property to default state.  
    Public MethodResets the ForeColor property to default state.  
    Public MethodReturns false if the BackColor property is in the default state. The default state is to inherit the BackColor from the Chart2DPlotArea object.  
    Public MethodReturns false if the ForeColor property is in the default state. The default state is to inherit the ForeColor from the Chart2DPlotArea object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodNotify one property is changed. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from C1.Win.FlexReport.Chart.ChartObject)
    Top
    See Also