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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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