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

MapLegendItemBase.Value Property

Gets or sets the value of the legend item.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public double Value { get; set; }

Property Value

Type Description
Double

A Double value.

Remarks

If the MapLegendItemBase.Text property value is not empty, the legend does not use this property and the MapLegendItemBase.Format property.

See Also