通过


ElementPosition.Auto 属性

定义

获取或设置一个标志,该标志确定适用的图表元素是否由 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

适用于