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

Bubble3DSeriesView.SetWeight(SeriesPoint3D, Double) Method

Sets the Bubble3DSeriesView.Weight value for the specified SeriesPoint3D.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public static void SetWeight(
    SeriesPoint3D point,
    double weight
)

Parameters

Name Type Description
point SeriesPoint3D

The series point whose Weight is defined.

weight Double

The series point weight value.

See Also