FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlarmZone Class / UpperExtent Property

In This Topic
    UpperExtent Property (ChartAlarmZone)
    In This Topic
    Gets 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.

    Syntax
    'Declaration
     
    Public Property UpperExtent As Double
    public double UpperExtent {get; set;}
    See Also