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 值。