Back to Devexpress

BubbleSeriesViewModel.SizeUnit Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-bubbleseriesviewmodel.md

latest1.5 KB
Original Source

BubbleSeriesViewModel.SizeUnit Property

Gets or sets the BubbleSeriesView.SizeUnit property value within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public BubbleSizeUnit SizeUnit { get; set; }
vb
<PropertyForOptions>
Public Property SizeUnit As BubbleSizeUnit

Property Value

TypeDescription
BubbleSizeUnit

A BubbleSizeUnit enumeration value.

|

Available values:

NameDescription
AxisXMeasureUnit

Bubble size is measured in the x-axis measurement units.

| | Pixel |

Bubble size is measured in pixels.

|

See Also

BubbleSeriesViewModel Class

BubbleSeriesViewModel Members

DevExpress.XtraCharts.Designer Namespace