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.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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