Click or drag to resize

AxisBaseFormatValueLabelEventHandler Delegate

LightningChart .NET Help
The delegate to use for handlers that receive the FormatValueLabel event.

Namespace:  Arction.WinForms.Charting.Axes
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate string FormatValueLabelEventHandler(
	Object sender,
	FormatValueLabelEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Arction.WinForms.Charting.AxesFormatValueLabelEventArgs
Provides data for the FormatValueLabel event.

Return Value

Type: String
See Also