Click or drag to resize

AxisBaseTimeString Method

LightningChart .NET Help
Converts time value to string by given format. Handles also negative values and formats having more than three second fractions.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public string TimeString(
	double valueAtAxis,
	string formatStringTime
)

Parameters

valueAtAxis
Type: SystemDouble
Value in seconds.
formatStringTime
Type: SystemString
Time format string.

Return Value

Type: String
Formatted string.
See Also