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

BootstrapChart.MinBubbleSize Property

Specifies the diameter of the smallest bubble in a bubble series measured in pixels.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(typeof(decimal), "12")]
public decimal MinBubbleSize { get; set; }

Property Value

Type Default Description
Decimal "12"

A Decimal value specifying the diameter of the smallest bubble in pixels.

Remarks

When defining a bubble series, you are required to specify the BootstrapChartBubbleSeries.SizeField value. The smallest size value will be represented on the chart by the smallest bubble. To set its visual diameter, specify the MinBubbleSize property.

See Also