The <MapChartDataSource> protocol is used to get the values, based on which a map is colored, tooltip values are calculated, and so on.
<NSObject>
<MapChartDataSource>
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.
seriesWithId:. Returns the series with the specified identifier.
valueWithId:forIndex:. Returns series value with specified identifier and index.
valueWithId:. Returns map layer area value with specified identifier.
See also: