Skip to main content

BubbleSeriesViewModel.SizeUnit Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

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