Skip to main content

Bubble3DSeriesView.SetWeightDataMember(Chart3DSourceBase, String) Method

Sets the value of the Bubble3DSeriesView.WeightDataMember attached property for the specified Series3DDataSourceAdapter or SeriesPoint3DDataSourceAdapter.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static void SetWeightDataMember(
    Chart3DSourceBase dataAdapter,
    string dataMember
)

Parameters

Name Type Description
dataAdapter DevExpress.Xpf.Charts.Chart3DSourceBase

The data source adapter for which the value should be specified.

dataMember String

The name of the data member providing bubble sizes.

See Also