Share via


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 物件。

適用於