Click or drag to resize

AxisBaseDateTimeToAxisValue Method

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

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public double DateTimeToAxisValue(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
DateTime object to convert.

Return Value

Type: Double
Value in seconds.
See Also