Axis.Maximum 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定軸的最大值。
public:
property double Maximum { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.AxisMinMaxAutoValueConverter))]
public double Maximum { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.AxisMinMaxAutoValueConverter))>]
member this.Maximum : double with get, set
Public Property Maximum As Double
屬性值
代表 double 軸的最大值。 預設值為 NaN。
- 屬性
備註
若要自動四捨五入最大軸與最小軸值,請呼叫 該 RoundAxisValues 方法。 Maximum價值必須高於價值。Minimum