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

In This Topic
    Binding Property (FlexRadarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexChartCore<T>.Binding. Sets the name of the property that contains the Y values.
    Syntax
    'Declaration
     
    Public Property Binding As String
    public string Binding {get; set;}
    See Also