ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ScatterMapLayerTagHelper Class / Binding Property

In This Topic
    Binding Property (ScatterMapLayerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ScatterMapLayer<T>.Binding. Sets the binding for the layer.
    Syntax
    'Declaration
     
    Public Property Binding As String
    public string Binding {get; set;}
    Remarks
    The binding can include two comma-separated property names (longitude and latitude) 'lon,lat' or a single property name that contain a pair of geographical coordinates.
    See Also