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입니다.

특성

적용 대상