Chart::CustomizeLegend Event

.NET Framework (current version)
 

Occurs when the chart legend must be customized.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
event EventHandler<CustomizeLegendEventArgs^>^ CustomizeLegend {
	void add(EventHandler<CustomizeLegendEventArgs^>^ value);
	void remove(EventHandler<CustomizeLegendEventArgs^>^ value);
}

.NET Framework
Available since 4.0
Return to top
Show: