ChartArea3DStyle.IsClustered プロパティ

定義

棒グラフまたは縦棒グラフのデータ系列をクラスター化するかどうかを決定するフラグを取得または設定します。つまり、個別の行に沿って表示されます。

public:
 property bool IsClustered { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsClustered { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsClustered : bool with get, set
Public Property IsClustered As Boolean

プロパティ値

true 横棒グラフまたは縦棒グラフのデータ系列がクラスター化されている場合。それ以外の場合は false

属性

適用対象