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.v24.2.Core.dll
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