'宣言 Public Property MinHeight As System.Double
'使用法 Dim instance As ChartAlarmZone Dim value As System.Double instance.MinHeight = value value = instance.MinHeight
public System.double MinHeight {get; set;}
If the height of the ChartAlarmZone is less than the specified value in twips, the ChartAlarmZone is drawn with the specified height. Applicable only for Cartesian charts and rectangular or elliptical shaped alarm zones.
'宣言 Public Property MinHeight As System.Double
'使用法 Dim instance As ChartAlarmZone Dim value As System.Double instance.MinHeight = value value = instance.MinHeight
public System.double MinHeight {get; set;}