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.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

[DefaultValue(0)]
public double Value { get; set; }

Property Value

Type Default Description
Double 0

A Double value, which is the value of the MapLegendItemBase.

See Also