Skip to main content

BootstrapChartBubbleSeries Class

Stores settings supported by a series of the Bubble type.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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