Gets or sets the near extent of the AlarmZone in X-axis data coordinates.
[Visual Basic]
Public Property NearExtent As Double
[C#]
public double NearExtent {get;set;}
[Delphi]
public property NearExtent: Double read get_NearExtent write set_NearExtent;
Remarks
Typically, the NearExtent is the smaller X value in data coordinates that the AlarmZone 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.
See Also
AlarmZone Class | AlarmZone Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |