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

BubbleSeries2D.SetWeight(SeriesPoint, Double) Method

Sets the value of the BubbleSeries2D.Weight attached property to a specified SeriesPoint.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public static void SetWeight(
    SeriesPoint point,
    double weight
)

Parameters

Name Type Description
point SeriesPoint

A SeriesPoint object whose BubbleSeries2D.Weight property is to be set.

weight Double

The value to be assigned to the BubbleSeries2D.Weight property.

See Also