Click or drag to resize

ValueRangePaletteFormatStepValueTextHandler Delegate

LightningChart .NET Help
Delegate for FormatStepValueText event.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate string FormatStepValueTextHandler(
	Object sender,
	double step
)

Parameters

sender
Type: SystemObject
Event sender.
step
Type: SystemDouble
Step value.

Return Value

Type: String
See Also