Click or drag to resize
INChartTimeAxisDataSource Interface
The INChartTimeAxisDataSource interface provides methods to control data displayed on the time axis.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public interface INChartTimeAxisDataSource

The INChartTimeAxisDataSource type exposes the following members.

Methods
  NameDescription
Public methodTimestamps
Get array timestamps available. They are strings representing ticks (for example years or some names).
Top
See Also