Skip to main content

MapLegendItemBase.Value Property

Gets or sets the value of the legend item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: 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