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

适用于