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
속성 값
맵 영역 특성이 인코딩되면 true
이고, 그렇지 않으면 false
입니다.
- 특성