Gets or sets the upper extent of the AlarmZone in Y-axis data coordinates.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public double UpperExtent { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property UpperExtent As Double 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.