ColorSchemeMeasureKey(IEnumerable<MeasureDefinition>) Constructor
Initializes a new instance of the ColorSchemeMeasureKey class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
measureDefinitions | IEnumerable<MeasureDefinition> | A collection of MeasureDefinition objects that specify measures to be colored. |
Remarks
The ColorSchemeEntry.MeasureKey property returns the ColorSchemeMeasureKey object that allows you to specify measures to be colored. Use the Measure.GetMeasureDefinition method to obtain the measure definition and pass the returned object to the ColorSchemeMeasureKey constructor.
See Also