Share via


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 값입니다.

적용 대상