Skip to main content
A newer version of this page is available. .

Bubble3DSeriesView.Weights Attached Property

Gets or sets the collection of bubble size values.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

Returns

Type Description
IEnumerable<Double>

The collection of bubble size values.

Remarks

This property is the attached property of the SeriesPoint3DMatrixAdapter class.

See Also