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

ValueMap.ValueName Property

Gets or sets a display name for a measure that provides values used for color map shapes.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Default Description
String *null*

A String specifying a display name for a measure that provides values used for color map shapes.

See Also