Skip to main content

MapLegendItemBase.Value Property

Gets or sets the value of the legend item.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

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