Measure(String, MeasureDefinition) Constructor
Initializes a new instance of the Measure class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | String | A String that specifies the dimension identifier. This value is assigned to the DataItem.UniqueId property. |
definition | MeasureDefinition | A MeasureDefinition object that specifies the measure definition. |
See Also