Annotation.Right 속성

정의

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

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

속성 값

Double

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

특성

설명

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

적용 대상