Click or drag to resize

AxisBaseFormatAxisValue Method

LightningChart .NET Help
Format axis value to string.

Namespace:  Arction.WinForms.Charting.Axes
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public string FormatAxisValue(
	double valueAtAxis,
	string formatStringTime,
	string formatStringValue
)

Parameters

valueAtAxis
Type: SystemDouble
Value.
formatStringTime
Type: SystemString
Format string, applied when axis type is time.
formatStringValue
Type: SystemString
Format string, applied when axis type is number or map coordinates.

Return Value

Type: String
Formatted axis value as string.
See Also