NChartTimeAxisDataSource Protocol Reference Conforms to NSObject Declared in NChartTimeAxis.h Overview The NChartTimeAxisDataSource protocol provides methods to control data displayed on the time axis. – timeAxisDataSourceTimestampsForAxis: required method Get array timestamps available. They are strings representing ticks (for example, years, or some names). - (NSArray *)timeAxisDataSourceTimestampsForAxis:(NChartTimeAxis *)timeAxis Parameters timeAxis time axis to get timestamps for. Return Value an array of timestamps. See Also NChartTimeAxis. Declared In NChartTimeAxis.h