Chart::OnPaint Method (PaintEventArgs^)

.NET Framework (current version)
 

Overrides the OnPaint method.

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

protected:
virtual void OnPaint(
	PaintEventArgs^ e
) override

Parameters

e
Type: System.Windows.Forms::PaintEventArgs^

A T:System.PaintEventArgs object that contains the event arguments.

.NET Framework
Available since 4.0
Return to top
Show: