Back to Devexpress

BubbleSizeUnit Enum

wpf-devexpress-dot-xpf-dot-charts-c171724b.md

latest1.1 KB
Original Source

BubbleSizeUnit Enum

Lists measurement units used to specify the bubble point size.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum BubbleSizeUnit
vb
Public Enum BubbleSizeUnit

Members

NameDescription
AxisXMeasureUnit

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

| | Pixel |

Bubble size is measured in pixels.

|

The following properties accept/return BubbleSizeUnit values:

See Also

DevExpress.Xpf.Charts Namespace