Skip to main content

Bubble3DSeriesView.GetWeightDataMember(Chart3DSourceBase) Method

Gets 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 string GetWeightDataMember(
    Chart3DSourceBase dataAdapter
)

Parameters

Name Type Description
dataAdapter DevExpress.Xpf.Charts.Chart3DSourceBase

The data source adapter whose value should be obtained.

Returns

Type Description
String

The name of the data member providing bubble sizes.

See Also