Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public static double GetWeight(
    SeriesPoint3D point
)

Parameters

Name Type Description
point SeriesPoint3D

The series point whose weight should be returned.

Returns

Type Description
Double

The series point weight.

See Also