Annotation.Bottom 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定註釋位置的下界限。
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 ,或使用和屬性設定注釋軸, AxisX AxisY 並將 IsSizeAlwaysRelative 屬性設定為 false
。