Skip to main content

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

NuGet Package: 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