Click or drag to resize
INChartTimeAxisDataSourceTimestamps Method
Get array timestamps available. They are strings representing ticks (for example years or some names).

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
IReadOnlyList<string> Timestamps(
	NChartTimeAxis timeAxis
)

Parameters

timeAxis
Type: NChart3D_UWPNChartTimeAxis
Time axis to get timestamps for.

Return Value

Type: IReadOnlyListString
An array of timestamps.
See Also