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