The BubbleSeries class is used to work with a bubble chart series.
BubbleSeries
Series of this chart are displayed as bubbles. Bubbles movement shows changes of series values in time.
Points that contain series values are cached on change in the time value, which data is displayed on the chart.
color. Color of the line that links points with cached series values.
marker. The object that enables the user to control the appearance of points with cached series values.
renderTrace. Determines whether to draw history of the points that contain cached series values.
thickness. Width of the line that links points with cached series values.
dataIndex. Series index in the data source.
defaultLabel. Series label parameters.
hostsByAdditionalAxis. Determines whether to display series on a chart secondary axis.
isLegendVisible. Determines whether to show series description in chart legend.
points. Collection of series points.
seriesName. Data series name.
shadowColor. Color of series shadow.
shadowOffset. Offset of series shadow.
shadowOpacity. Series shadow transparency.
shadowRadius. Shadow radius.
showShadow. Determines whether to display series shadow.
animations. An array of animation parameters for chart element.
chart. The chart that includes the visual element.
visible. Indicates whether the visual element is visual.
configureSeriesWithDict:. Sets up series according to the specified parameters.
findChartPointHit:. Returns series point positioned at the specified coordinate.
forceDataUpdate. Refreshes series data.
addAnimation:. Adds animation for a chart element.
dumpConfigurationToDict. Returns object to which parameters of visual chart element are loaded.
removeAllAnimations. Removes all animation set for a visual chart element.
removeAnimation:. Removes specified animation parameters for chart element.
See also: