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 *)timeAxisParameters
timeAxis |
|
|---|
Return Value
an array of timestamps.
See Also
Declared In
NChartTimeAxis.h