Skip to main content
A newer version of this page is available. .

BootstrapChartBubbleSeries Class

Stores settings supported by a series of the Bubble type.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public class BootstrapChartBubbleSeries :
    BootstrapChartSeriesBase

Remarks

When you use the Bubble series type, the series points are displayed as bubbles of different sizes. This series type is especially useful when you visualize a data set with four dimensions: the first two dimensions are indicated by coordinates on the axes, the third - by a color, and the fourth - by the size of the bubble.

BootstrapChart-Series-Bubble

Inheritance

See Also