BootstrapChartBubbleSeries.SizeField Property
Specifies which data source field provides size values for bubbles.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | "size" | A string specifying the name of a data source field. |
Remarks
Each point in a bubble series has an argument, a regular value and a size value. Arguments are provided by the argumentField; regular values are provided by the BootstrapChartBubbleSeries.ValueField; size values are provided by the SizeField.
Size values do not specify the real sizes of bubbles directly, they only define the sizes of bubbles in relation to each other. Apart from a size value, the real, pixel-measured size of a bubble depends on the BootstrapChart.MinBubbleSize and BootstrapChart.MaxBubbleSize values and the size of the pane.
Commonly, a chart contains several series, and many of them have the same size field. In this case, assign the name of this field to the BootstrapChartSeries.SizeField property. If a series must have a unique size field, specify the BootstrapChartBubbleSeries.SizeField
property for each series.