Skip to main content
All docs
V25.1
  • 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.v25.1.dll

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