Class BubbleChart

java.lang.Object
All Implemented Interfaces:
Component, ComponentPart, ComponentProperty, HasAnimation, HasData, HasEmphasis

public class BubbleChart extends Chart
Bubble chart. A bubble chart is plotted on a RectangularCoordinate system and at each (x, y) point, there can be an associated "value". A "bubble" is drawn for each such data point and size of the "bubble" is proportional to the value. However, the size of the "bubble" can be controlled by setting a "multiplication factor" via setBubbleSize(double).

Internally, the "bubble" is an instance of the PointSymbol but, it may not be directly customized unless necessary.

A VisualMap is automatically created unless you set it explicitly to null via setVisualMap(VisualMap).

Author:
Syam