Skip to main content
A newer version of this page is available. .

BubbleSeriesViewModel.SizeUnit Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
public BubbleSizeUnit SizeUnit { get; set; }

Property Value

Type
BubbleSizeUnit

Available values:

Name Description
AxisXMeasureUnit

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

Pixel

Bubble size is measured in pixels.

See Also