ChartDataViewDatasource

Description

The ChartDataViewDatasource class is used to work with a chart data source.

Inheritance Hierarchy

          NSObject

          DataViewDatasource

          ChartDataViewDatasource

Supported Protocols

<NSObject>

Properties

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.

Methods

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.

Methods inherited from DataViewDatasource

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:

Classes. The Mobile Application Component