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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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