2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AlarmZone Class / UpperExtent Property

In This Topic
    UpperExtent Property
    In This Topic
    Gets or sets the upper extent of the AlarmZone in Y-axis data coordinates.
    Syntax
    'Declaration
     
    Public Property UpperExtent As System.Double
    public System.double UpperExtent {get; set;}
    Remarks
    Typically, the UpperExtent is the larger Y value in data coordinates that the AlarmZone 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.
    See Also