다음을 통해 공유


Chart.OnCustomizeMapAreas(CustomizeMapAreasEventArgs) 메서드

정의

그리기 전에 맵 영역 데이터를 사용자 지정할 준비가 되었을 때 발생합니다.

protected:
 virtual void OnCustomizeMapAreas(System::Web::UI::DataVisualization::Charting::CustomizeMapAreasEventArgs ^ e);
protected virtual void OnCustomizeMapAreas (System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs e);
abstract member OnCustomizeMapAreas : System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs -> unit
override this.OnCustomizeMapAreas : System.Web.UI.DataVisualization.Charting.CustomizeMapAreasEventArgs -> unit
Protected Overridable Sub OnCustomizeMapAreas (e As CustomizeMapAreasEventArgs)

매개 변수

e
CustomizeMapAreasEventArgs

이벤트 데이터를 포함하는 CustomizeMapAreasEventArgs 개체입니다.

적용 대상