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

속성 값

지도 영역 특성이 인코딩되면

특성

적용 대상