Chart.CustomizeLegend Event

Definition

Occurs when the chart legend must be customized.

public:
 event EventHandler<System::Windows::Forms::DataVisualization::Charting::CustomizeLegendEventArgs ^> ^ CustomizeLegend;
public event EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs> CustomizeLegend;
member this.CustomizeLegend : EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs> 
Public Custom Event CustomizeLegend As EventHandler(Of CustomizeLegendEventArgs) 
Public Event CustomizeLegend As EventHandler(Of CustomizeLegendEventArgs) 

Event Type

Applies to