The BubbleDataViewDatasource class is used to work with a bubble chart data source.
BubbleDataViewDatasource
<DataViewDatasourceSyncSelection>
colorMetricKey. Key of the metric that determines bubble color.
colorValues. Array of the series values that determine bubble color.
currentMetricsDimensionKey. Current metrics dimension key.
fixedDimensions. Array of fixed dimensions.
hasColorData. Indicates whether there is a metric that determines bubble color.
hasSizeData. Indicates whether a metric that determines bubble size exists.
metricsDimension. Dictionary of metrics dimensions.
metricsDimensionElementsKeys. Dictionary of metrics dimension element names.
metricsDimensionsKeys. Dictionary of metrics dimension names.
observationDimension. Dimension of observation objects.
seriesIDs. Array of data series identifiers.
sizeMetricKey. Key of the metric that determines bubble size.
sizeValues. Array of the series values that determine bubble size.
timeAxisTitles. Array of time axis labels.
timelineDimension. Calendar dimension.
xMetricKey. Key of the metric that determines X axis values.
xValues. Array of the series values that determine X axis values.
yMetricKey. Key of the metric that determines Y axis values.
yValues. Array of the series values that determine Y axis values.
colorSeriesWithID:. Returns the data series, which values determine bubble color.
dumpSettings. Loads bubble chart data source settings to dictionary.
getColorMetricName. Returns name of the metric that determines bubble color.
getSizeMetricName. Returns name of the metric that determines bubble size.
getXMetricName. Returns name of the metric that determines X axis values.
getYMetricName. Returns name of the metric that determines Y axis values.
initWithPivot:. Initializes the data source based on a data table.
loadSettings:. Loads data source settings from dictionary.
loadSettings:dataStorageSettings:indicatorEmptySettings:. Loads data source settings from dictionary together with custom data and data source dimension element selection.
seriesTitleWithID:. Returns data series label.
sizeSeriesWithID:. Returns the data series, which values determine bubble size.
xSeriesWithID:. Returns the data series that determines X axis values.
ySeriesWithID:. Returns the data series that determines Y axis values.
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.
applyDatasourceDimensionsInfo. Applies data source dimension settings.
copyDatasourceDimensionsInfo. Copies data source dimension settings.
See also: