AxisBaseFormatValueLabelEventHandler Delegate |
LightningChart .NET Help
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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.Charting.AxesFormatValueLabelEventArgs
Provides data for the FormatValueLabel event.
Return Value
Type:
String
See Also