Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

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