ElementPosition.Auto 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個旗標,決定控制點是否會自動 Chart 定位該圖表元素。
public:
property bool Auto { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool Auto { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Auto : bool with get, set
Public Property Auto As Boolean
屬性值
true圖表元素會自動由圖表控制點定位;否則,。 false
- 屬性
備註
使用此特性自動定位圖表元素。 例如,要自動放置圖例,請將屬性設 Position 為 Auto。