The BubbleTreeDataViewDataSource class is used to work with a bubble tree data source.
BubbleTreeDataViewDatasource
<DataViewDatasourceSyncSelection>
<NSObject>
colorMetricsElement. Metrics dimension element that determines bubble tree color.
metricsDimension. Metrics dimension.
observationDimension. Dimension of observation objects.
plusplusDataSource. Bubble tree data source.
sizeMetricsElement. Metrics dimension element that determines bubble tree size.
timelineDimension. Calendar dimension.
initWithPivotTable:. Creates a bubble tree data source based on a data table.
initWithPivotTable:olapReport:. Creates a bubble tree data source based on a data table and express report.
loadSettings:withSelection:. Loads bubble tree settings.
setColorMetricsKey:. Sets key of the metric that determines bubble color.
setMetricsDimensionId:. Sets territory dimension identifier.
setObservationDimensionId:. Sets observation object dimension identifier.
setSizeMetricsKey:. Sets key of the metric that determines bubble tree color.
setTimelineDimensionId:. Sets calendar dimension identifier.
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.
dataSourceUpdated:withReason:. Handles delegate message about event occurred in the data source.
applyDatasourceDimensionsInfo. Applies data source dimension settings.
copyDatasourceDimensionsInfo. Copies data source dimension settings.
See also: