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또는 ToolTipLabelMapAreaAttributesLegendMapAreaAttributes 속성이 설정됩니다.

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

적용 대상