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

MapPointMappingInfoBase.YCoordinate Property

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public string YCoordinate { get; set; }

Property Value

Type Description
String

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

See Also