Back to Devexpress

MapChartItemMappingInfo.Value Property

windowsforms-devexpress-dot-xtramap-dot-mapchartitemmappinginfo.md

latest1.2 KB
Original Source

MapChartItemMappingInfo.Value Property

Gets or sets the name of the data field, which contains data to determine values for chart items.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue("")]
public string Value { get; set; }
vb
<DefaultValue("")>
Public Property Value As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the name of the bound data field.

|

See Also

MapChartItemMappingInfo Class

MapChartItemMappingInfo Members

DevExpress.XtraMap Namespace