Chart.IsMapAreaAttributesEncoded 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지도 영역 특성이 인코딩되는지 여부를 결정하는 플래그를 가져오거나 설정합니다. 지도 영역 특성은 다양한 데이터 원본에서 데이터를 로드할 수 있습니다. 차트 컨트롤은 최종 사용자가 다양한 데이터 원본에서 신뢰할 수 없는 데이터를 로드하는 것을 방지하지 않습니다. 이러한 이유로 데이터의 유효성을 검사하고 직접 인코딩하는 것이 좋습니다.
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
속성 값
- 특성