Provides args for the Paint axis label event.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class AxisLabelEventArgs _
	Inherits EventArgs
C#
public sealed class AxisLabelEventArgs : EventArgs
Visual C++
public ref class AxisLabelEventArgs sealed : public EventArgs
JavaScript
Nasosoft.Chart.Drawing.AxisLabelEventArgs = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.AxisLabelEventArgs',
	EventArgs);

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Nasosoft.Chart.Drawing..::.AxisLabelEventArgs

See Also