Skip to main content

ColorSchemeEntry.DataMember Property

Gets or sets a data member containing dimensions and measures to be colored.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public string DataMember { get; set; }

Property Value

Type Default Description
String null

A String value that specifies a data member containing dimensions and measures to be colored.

Remarks

The ColorSchemeEntry.DataSource property allows you to specify the required data source.

To specify the dimension values/measures to be colored, use the ColorSchemeEntry.DimensionKeys and ColorSchemeEntry.MeasureKey properties, respectively.

See Also