com.nchart3d.NChart.NChartTimeAxisDataSource Interface Reference

The NChartTimeAxisDataSource interface provides methods to control data displayed on the time axis. More...

Public Member Functions

String[] timestamps (NChartTimeAxis timeAxis)
 Get array timestamps available. More...
 

Detailed Description

The NChartTimeAxisDataSource interface provides methods to control data displayed on the time axis.

Member Function Documentation

String [] com.nchart3d.NChart.NChartTimeAxisDataSource.timestamps ( NChartTimeAxis  timeAxis)

Get array timestamps available.

They are strings representing ticks (for example, years, or some names).

Parameters
timeAxis- time axis to get timestamps for.
Returns
an array of timestamps.
See also
com.nchart3d.NChart.NChartTimeAxis