WeightedSeries.Value Property
In This Article
Gets or sets a measure that provides data used to calculate the value of series points.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Property Value
Type | Description |
---|---|
Measure | A Measure object that provides data used to calculate the value of series points. |
#Remarks
Use the WeightedSeries.Weight property to provide data for calculating the weight of series points.
See Also