BubbleChartView.SizeRepresentation Property
Gets or sets what value is used to display bubble sizes (bubble width or bubble area).
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| BubbleSizeRepresentation | A value that specifies whether size represents area or width. |
Available values:
| Name | Description |
|---|---|
| Area | Bubble size values determine bubble area. |
| Width | Bubble size values determine bubble width. |
See Also