Bubble3DSeriesView.SetWeight(SeriesPoint3D, Double) Method
Sets the Bubble3DSeriesView.Weight value for the specified SeriesPoint3D.
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 is defined. |
weight | Double | The series point weight value. |
See Also