Bubble3DSeriesView.Weights Attached Property
Gets or sets the collection of bubble size values.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
See GetWeights(SeriesPoint3DMatrixAdapter) and SetWeights(SeriesPoint3DMatrixAdapter, IEnumerable<Double>).
Returns
Type | Description |
---|---|
IEnumerable<Double> | The collection of bubble size values. |
Remarks
This property is the attached property of the SeriesPoint3DMatrixAdapter class.
See Also