Click or drag to resize

ChartToolsConvertTicksToSeconds Method

LightningChart .NET Help
Converts time ticks to seconds, accurately.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static double ConvertTicksToSeconds(
	long ticks
)

Parameters

ticks
Type: SystemInt64
Ticks value.

Return Value

Type: Double
Seconds value.
See Also