Chart.OnCustomizeMapAreas(CustomizeMapAreasEventArgs) Método

Definición

Se produce cuando los datos de áreas de mapa están preparados para personalizarse antes de dibujar.

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)

Parámetros

e
CustomizeMapAreasEventArgs

Objeto CustomizeMapAreasEventArgs que contiene los datos del evento.

Se aplica a