Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BubbleSizeRepresents Enum

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.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.

Remarks

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

See Also