ComponentOne Chart for .NET (2.0) Search HelpCentral 

AlarmZone.LowerExtent Property

Gets or sets the lower extent of the AlarmZone in Y-axis data coordinates.

[Visual Basic]

Public Property LowerExtent As Double

[C#]

public double LowerExtent {get;set;}

[Delphi]

public property LowerExtent: Double read get_LowerExtent write set_LowerExtent;

Remarks

Typically, the LowerExtent is the smaller 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.