共用方式為


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 ,或使用和屬性設定注釋軸, AxisX AxisY 並將 IsSizeAlwaysRelative 屬性設定為 false

適用於