[]
Gets or sets the lower extent of the ChartAlarmZone in Y-axis data coordinates.
Typically, the LowerExtent is the smaller Y value in data coordinates that the ChartAlarmZone 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.
[C1Description("ChartAlarmZone.LowerExtent", "The lower extent of the ChartAlarmZone in Y-axis data coordinates.")]
public double LowerExtent { get; set; }
<C1Description("ChartAlarmZone.LowerExtent", "The lower extent of the ChartAlarmZone in Y-axis data coordinates.")>
Public Property LowerExtent As Double