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

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