BubbleSeriesViewModel.SizeUnit Property
Gets or sets the BubbleSeriesView.SizeUnit property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| BubbleSizeUnit | A BubbleSizeUnit enumeration value. |
Available values:
| Name | Description |
|---|---|
| AxisXMeasureUnit | Bubble size is measured in the x-axis measurement units. |
| Pixel | Bubble size is measured in pixels. |
See Also