共用方式為


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 值,表示註釋下界限的位置。

屬性

備註

若要使用座標軸座標,請使用 AnchorDataPoint 屬性將批註錨定至資料點,或使用 或 AxisY 屬性設定批註座標軸 AxisX ,並將 屬性設定 IsSizeAlwaysRelativefalse

適用於