Chart.IsMapEnabled 속성

정의

클라이언트 쪽 이미지 맵의 사용 여부를 결정하는 플래그를 가져오거나 설정합니다.

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

속성 값

이미지 맵을 사용하면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

설명

이 속성을 로 false 설정하면 이미지 맵이 비활성화됩니다. 이 문제는 다음과 같은 상황에서도 발생합니다.

  • Url차트 요소의 , MapAreaAttributes, LabelMapAreaAttributesLegendMapAreaAttributes 또는 ToolTip 속성이 설정됩니다.

  • MapArea 개체가 개체에 MapAreasCollection 추가되었습니다.

적용 대상