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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public static IEnumerable<double> GetWeights(
    SeriesPoint3DMatrixAdapter dataAdapter
)

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