Chart.IsMapAreaAttributesEncoded 속성

정의

맵 영역 특성을 인코딩할지 여부를 결정하는 플래그를 가져오거나 설정합니다. 맵 영역 특성은 다양한 데이터 소스에서 데이터를 로드할 수 있습니다. 차트 컨트롤은 최종 사용자가 다양한 데이터 소스에서 신뢰할 수 없는 데이터를 로드하지 못하도록 합니다. 이런 이유로 데이터의 유효성을 검사하고 직접 인코딩하는 것이 좋습니다.

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

속성 값

Boolean

맵 영역 특성이 인코딩되면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상