共用方式為


Axis.Maximum 屬性

定義

取得或設定座標軸的最大值。

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

適用於