Skip to main content

WeightedSeries(Measure, Measure) Constructor

Initializes a new instance of the WeightedSeries class with the specified measures used to provide data.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public WeightedSeries(
    Measure value,
    Measure weight
)

Parameters

Name Type Description
value Measure

A Measure object that provides data used to calculate the value of data points. This object is assigned to the WeightedSeries.Value property.

weight Measure

A Measure object that provides data used to calculate the weight of data points. This object is assigned to the WeightedSeries.Weight property.

See Also