'宣言 Public Property NearExtent As System.Double
'使用法 Dim instance As ChartAlarmZone Dim value As System.Double instance.NearExtent = value value = instance.NearExtent
public System.double NearExtent {get; set;}
Typically, the NearExtent is the smaller X value in data coordinates that the ChartAlarmZone 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.
'宣言 Public Property NearExtent As System.Double
'使用法 Dim instance As ChartAlarmZone Dim value As System.Double instance.NearExtent = value value = instance.NearExtent
public System.double NearExtent {get; set;}