Skip to main content

Bubble3DSeriesView.SetWeights(SeriesPoint3DMatrixAdapter, IEnumerable<Double>) Method

Sets 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 void SetWeights(
    SeriesPoint3DMatrixAdapter dataAdapter,
    IEnumerable<double> weight
)

Parameters

Name Type Description
dataAdapter SeriesPoint3DMatrixAdapter

The matrix adapter for which the value should be specified.

weight IEnumerable<Double>

The collection of bubble sizes.

See Also