Bubble3DSeriesView.GetWeight(SeriesPoint3D) Method
Gets the value of the Bubble3DSeriesView.Weight attached property for the specified SeriesPoint.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
point | SeriesPoint3D | The series point whose weight should be returned. |
Returns
Type | Description |
---|---|
Double | The series point weight. |
See Also