Skip to main content

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

NuGet Package: 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