Represents axis delegate to handle with the paint axis label event.
Namespace:
Nasosoft.Chart.DrawingAssembly: Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Delegate Sub AxisLabelEventHandler ( _ sender As Object, _ e As AxisLabelEventArgs _ ) |
| C# |
|---|
public delegate void AxisLabelEventHandler( Object sender, AxisLabelEventArgs e ) |
| Visual C++ |
|---|
public delegate void AxisLabelEventHandler( Object^ sender, AxisLabelEventArgs^ e ) |
| JavaScript |
|---|
function(sender, e); |
