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

BubbleSizeRepresents Enum

Lists values used to specify what the bubble size represents on a bubble chart.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

public enum BubbleSizeRepresents

Members

Name Description
Area

Specifies that the bubble area should be proportional to the bubble size value.

Width

Specifies that the bubble radius should be proportional to the bubble size value.

Related API Members

The following properties accept/return BubbleSizeRepresents values:

Remarks

The values listed by this enumeration are used to set the ChartView.SizeRepresents property.

See Also