다음을 통해 공유


Annotation.Bottom 속성

정의

주석 위치의 아래쪽 경계를 가져오거나 설정합니다.

public:
 virtual property double Bottom { double get(); void set(double value); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleNanValueConverter))]
public virtual double Bottom { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleNanValueConverter))>]
member this.Bottom : double with get, set
Public Overridable Property Bottom As Double

속성 값

double 주석의 아래쪽 경계 위치를 나타내는 값입니다.

특성

설명

축 좌표를 사용하려면 속성을 사용하여 데이터 요소에 주석을 고정하거나 또는 속성을 사용하여 주석 축을 설정하고 속성을 <a0/>로 설정합니다.

적용 대상