共用方式為


Annotation.Bottom 屬性

定義

取得或設定註解位置的底部邊界。

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

屬性值

一個 double 代表註解底部邊界位置的值。

屬性

備註

要使用座標軸,請用 AnchorDataPoint 屬性將註解錨定在資料點,或用 AxisXAxisY 屬性設定註解軸,並將屬性設 IsSizeAlwaysRelativefalse

適用於