次の方法で共有


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 に設定します。

適用対象