Delegate AxisBase.FormatValueLabelEventHandler
- Namespace
- LightningChartLib.WinForms.Charting.Axes
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
The delegate to use for handlers that receive the FormatValueLabel event.
public delegate string AxisBase.FormatValueLabelEventHandler(object sender, FormatValueLabelEventArgs e)
Parameters
senderobjecteFormatValueLabelEventArgsProvides data for the FormatValueLabel event.
Returns
- string
- The delegate to use for handlers that receive the event.
Constructors
FormatValueLabelEventHandler(object, IntPtr)
public FormatValueLabelEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, FormatValueLabelEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, FormatValueLabelEventArgs e, AsyncCallback callback, object @object)
Parameters
senderobjecteFormatValueLabelEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual string EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Returns
Invoke(object, FormatValueLabelEventArgs)
public virtual string Invoke(object sender, FormatValueLabelEventArgs e)
Parameters
senderobjecteFormatValueLabelEventArgs