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