共用方式為


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

屬性值

Boolean

如果要以叢集方式處理橫條圖或直條圖的資料數列,則為 true,否則為 false

屬性

適用於