Back to Devexpress

BubbleSeries2D.SizeUnit Property

wpf-devexpress-dot-xpf-dot-charts-dot-bubbleseries2d-941c2d7e.md

latest1.3 KB
Original Source

BubbleSeries2D.SizeUnit Property

Gets or sets the value that specifies the measurement unit of the bubble point size.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public BubbleSizeUnit SizeUnit { get; set; }
vb
Public Property SizeUnit As BubbleSizeUnit

Property Value

TypeDescription
BubbleSizeUnit

The measurement unit of the bubble series point size.

|

Available values:

NameDescription
AxisXMeasureUnit

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

| | Pixel |

Bubble size is measured in pixels.

|

See Also

BubbleSeries2D Class

BubbleSeries2D Members

DevExpress.Xpf.Charts Namespace