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

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[XmlAttributeAttribute]
public double LowerExtent { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<XmlAttributeAttribute> _
Public Property LowerExtent As Double
	Get
	Set

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