Series.Enabled 속성

정의

계열을 렌더링된 차트에 표시할지 여부를 나타내는 플래그를 가져오거나 설정합니다.

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

속성 값

Boolean

렌더링된 차트에 계열을 표시하면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

설명

시리즈의 렌더링에 표시 하는 경우 결정 하는 값을 가져오거나 설정 합니다. ChartArea합니다.

적용 대상