Chart::Customize Event

.NET Framework (current version)
 

Occurs just before the chart image is drawn. Use this event to customize the chart picture.

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

public:
event EventHandler^ Customize {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

.NET Framework
Available since 4.0
Return to top
Show: