Back to Devexpress

BootstrapChartBubbleSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-93b229ea.md

latest2.0 KB
Original Source

BootstrapChartBubbleSeries Class

Stores settings supported by a series of the Bubble type.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartBubbleSeries :
    BootstrapChartSeriesBase
vb
Public Class BootstrapChartBubbleSeries
    Inherits 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.

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartBubbleSeries

See Also

BootstrapChartBubbleSeries Members

DevExpress.Web.Bootstrap Namespace