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

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