다음을 통해 공유


DataPointCustomProperties.IsVisibleInLegend 속성

정의

항목이 범례에 표시되는지 여부를 나타내는 플래그를 가져오거나 설정합니다.

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

속성 값

Boolean

항목이 범례에 표시되면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상