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

MapItemMappingInfo.YCoordinate Property

Gets or sets the data field to which a CartesianPoint.Y property is bound.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

[DefaultValue("")]
public string YCoordinate { get; set; }

Property Value

Type Default Description
String String.Empty

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

See Also