Click or drag to resize

AxisBaseAxisValueToDateTime Method

LightningChart .NET Help
Converts axis value to DateTime. The returned value uses value origin set by DateOrigin properties.

Namespace:  Arction.WinForms.Charting.Axes
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public DateTime AxisValueToDateTime(
	double axisValue
)

Parameters

axisValue
Type: SystemDouble
Axis value in seconds.

Return Value

Type: DateTime
DateTime object.
See Also