Skip to main content

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

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