Skip to main content

WeightedSeries.Weight Property

Gets or sets a measure that provides data used to calculate the weight of series points.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public Measure Weight { get; set; }

Property Value

Type Description
Measure

A Measure object that provides data used to calculate the weight of series points.

Remarks

Use the WeightedSeries.Value property to provide data for calculating the value of series points.

See Also