Bubble3DSeriesView.GetWeights(SeriesPoint3DMatrixAdapter) Method
Gets the value of the Bubble3DSeriesView.Weights attached property for the specified SeriesPoint3DMatrixAdapter.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataAdapter | SeriesPoint3DMatrixAdapter | The matrix adapter for which the value should be obtained. |
Returns
Type | Description |
---|---|
IEnumerable<Double> | The collection of bubble sizes. |
See Also