Skip to main content
A newer version of this page is available. .

ColorSchemeEntry.DataMember Property

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

Namespace: DevExpress.DashboardCommon

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

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