Back to Devexpress

BubbleSeriesView.SizeUnit Property

corelibraries-devexpress-dot-xtracharts-dot-bubbleseriesview-a990023c.md

latest1.5 KB
Original Source

BubbleSeriesView.SizeUnit Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public BubbleSizeUnit SizeUnit { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
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

BubbleSeriesView Class

BubbleSeriesView Members

DevExpress.XtraCharts Namespace