Skip to main content

BubbleSizeRepresents Enum

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

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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