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
)
Function Timestamps (
timeAxis As NChartTimeAxis
) As IReadOnlyList(Of String)
IReadOnlyList<String^>^ Timestamps(
[InAttribute] NChartTimeAxis^ timeAxis
)
Parameters
- timeAxis
- Type: NChart3D_UWPNChartTimeAxis
Time axis to get timestamps for.
Return Value
Type:
IReadOnlyListStringAn array of timestamps.
See Also