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

In This Topic
    BindingX Property (FlexRadarSeriesTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartSeriesBase<T>.BindingX. Sets the name of the property that contains X values for the series.
    Syntax
    'Declaration
     
    Public Property BindingX As String
    public string BindingX {get; set;}
    See Also