The ChartDataViewDatasource class is used to work with a chart data source.
ChartDataViewDatasource
<NSObject>
cubeName. Data source name.
seriesCount. The number of data series.
seriesKeys. Array of data series keys.
seriesTitles. Array of data series titles.
timestamps. Array of data series timestamps.
timestampTitles. Array of data series timestamp titles.
transporateData. Indicates whether source data is transposed.
axisNameForMask:. Returns axis label by text pattern.
initWithPivotTable:. Creates an instance of the ChartDataViewDatasource class.
pivotTableUpdated. Calls data table refresh event.
seriesDataWithIndex:. Returns series data by its index.
addEventObserver:. Subscribes delegate object for data source events.
dataSelectionTitle. Returns text description of data sample.
dataSelectionTitleWithTimeaxisIndex:. Returns text description of data sample for the specified time.
removeEventObserver:. Removes the specified delegate object from the subscriber list for data source events.
removeEventObservers. Removes all subscribers.
sendEvent:. Creates an event and informs all subscribers about it.
updateData. Refreshes view data.
See also: