<MapChartDataSource>

Description

The <MapChartDataSource> protocol is used to get the values, based on which a map is colored, tooltip values are calculated, and so on.

Inheritance Hierarchy

          <NSObject>

          <DependencyDataSource>

          <MapChartDataSource>

Properties

cubeName. Name of the used cube.

index. Value of series index.

maxIndex. Maximum series index.

objectId. Object identifier used to get its value.

timestampArray. Array of timeline values.

timestampTitles. Array of timeline headings.

value. Current value of the object with the specified identifier.

Methods

seriesWithId:. Returns the series with the specified identifier.

valueWithId:forIndex:. Returns series value with specified identifier and index.

Methods Inherited from <DependencyDataSource>

valueWithId:. Returns map layer area value with specified identifier.

See also:

Protocols