BubbleSeries2D.GetWeight(SeriesPoint) Method
In This Article
Gets the value of the BubbleSeries2D.Weight attached property for a specified SeriesPoint.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
point | Series |
A Series |
#Returns
Type | Description |
---|---|
Double | The value of the Bubble |
See Also