AxisBaseFormatValueLabelEventHandler Delegate |
LightningChart .NET Help
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate string FormatValueLabelEventHandler(
Object sender,
FormatValueLabelEventArgs e
)
Public Delegate Function FormatValueLabelEventHandler (
sender As Object,
e As FormatValueLabelEventArgs
) As String
public delegate String^ FormatValueLabelEventHandler(
Object^ sender,
FormatValueLabelEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
- e
- Type: Arction.Wpf.ChartingMVVM.AxesFormatValueLabelEventArgs
Provides data for the FormatValueLabel event.
Return Value
Type:
String
See Also