Gets or sets the upper extent of the AlarmZone in Y-axis data coordinates.
[Visual Basic]
Public Property UpperExtent As Double
[C#]
public double UpperExtent {get;set;}
[Delphi]
public property UpperExtent: Double read get_UpperExtent write set_UpperExtent;
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
AlarmZone Class | AlarmZone Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |