Back to Devexpress

BubbleSizeUnit Enum

corelibraries-devexpress-dot-xtracharts-f29e7fff.md

latest1.4 KB
Original Source

BubbleSizeUnit Enum

Lists measurement units used to specify the bubble point size.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum BubbleSizeUnit
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
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:

LibraryRelated API Members
Cross-Platform Class LibraryBubbleSeriesView.SizeUnit
WinForms ControlsBubbleSeriesViewModel.SizeUnit

See Also

DevExpress.XtraCharts Namespace