ChartView.SizeRepresents Property
Gets or sets a value that specifies what the bubble size represents on a bubble chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
BubbleSizeRepresents SizeRepresents { get; set; }
#Property Value
Type | Description |
---|---|
Bubble |
A Bubble |
Available values:
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
Note
Currently, the Spreadsheet