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 。