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

ChartView.BubbleScale Property

Gets or sets the scale factor for bubbles on a bubble chart.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

int BubbleScale { get; set; }

Property Value

Type Description
Int32

An integer value specifying how to scale the bubble size. The value must be a whole number between 0 and 300.

Remarks

Use the BubbleScale property to scale the bubble size on a bubble chart by specifying a percentage between 0 and 300.

See Also