Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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