BubbleSizeRepresents Enum
Lists values used to specify what the bubble size represents on a bubble chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v20.2.Core.dll
Declaration
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
Feedback