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

BubbleSeries3D.SetWeight(SeriesPoint, Double) Method

Sets the Weight value for the specified point of the 3D Bubble.

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 Weight is defined.

weight Double

A Double value, representing the point’s Weight.

See Also