Provides data for the Paint event.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class PaintEventArgs
C#
public sealed class PaintEventArgs
Visual C++
public ref class PaintEventArgs sealed
JavaScript
Nasosoft.Chart.Drawing.PaintEventArgs = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.PaintEventArgs');

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.PaintEventArgs

See Also