'宣言 Public Property LowerExtent As System.Double
'使用法 Dim instance As ChartAlarmZone Dim value As System.Double instance.LowerExtent = value value = instance.LowerExtent
public System.double LowerExtent {get; set;}
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.
'宣言 Public Property LowerExtent As System.Double
'使用法 Dim instance As ChartAlarmZone Dim value As System.Double instance.LowerExtent = value value = instance.LowerExtent
public System.double LowerExtent {get; set;}