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

BubbleSeries2D.GetWeight(SeriesPoint) Method

Gets the value of the BubbleSeries2D.Weight attached property for a specified SeriesPoint.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public static double GetWeight(
    SeriesPoint point
)

Parameters

Name Type Description
point SeriesPoint

A SeriesPoint object whose BubbleSeries2D.Weight property’s value is to be returned.

Returns

Type Description
Double

The value of the BubbleSeries2D.Weight property for the specified series point.

See Also