BubbleSeries2D.SetWeight(SeriesPoint, Double) Method
In This Article
Sets the value of the BubbleSeries2D.Weight attached property to a specified SeriesPoint.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
point | Series |
A Series |
weight | Double | The value to be assigned to the Bubble |
See Also