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

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

특성

설명

축 좌표를 사용 하려면 주석을 사용 하 여 데이터 요소에 고정 합니다 AnchorDataPoint 속성 또는 주석이 집합 축을 사용 하 여는 AxisX 또는 AxisY 속성 집합과 합니다 IsSizeAlwaysRelative 속성을 false.

적용 대상