Back to Devexpress

BubbleSizeRepresents Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-f4f050ff.md

latest1.4 KB
Original Source

BubbleSizeRepresents Enum

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

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum BubbleSizeRepresents
vb
Public Enum BubbleSizeRepresents

Members

NameDescription
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.

|

The following properties accept/return BubbleSizeRepresents values:

Remarks

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

See Also

DevExpress.Spreadsheet.Charts Namespace