ChartDataSourceAdapter Methods
The base class for data adapters that provide data to generate chart items.| Name | Description |
|---|---|
| GetItemBySourceObject(Object) | Gets a map item by the source object. Inherited from DataSourceAdapterBase. |
| GetItemListSourceIndices(Object) | Returns the indices of items in the source list for the specified item. |
| GetItemSourceObject(MapItem) | Returns the source object of the specified map item. Inherited from DataSourceAdapterBase. |
| LoadData() | Loads data from the specified data source. Inherited from MapDataAdapterBase. |
| OnClustered() | Called after the clusterization is finished. Inherited from MapDataAdapterBase. |
| OnViewportUpdated(MapViewport) | Called every time the viewport is changed. Inherited from MapDataAdapterBase. |
| UpdateItemsSize() | Updates the sizes of chart items. |
See Also