Provides args for formating point label Event.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also