다음을 통해 공유


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 주석의 오른쪽 경계 위치를 나타내는 값입니다.

특성

설명

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

적용 대상