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

In This Topic
    RangeChanged Property (ChartAxisTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.ChartAxis<T>.OnClientRangeChanged client event. Occurs when axis range changed.
    Syntax
    'Declaration
     
    Public Property RangeChanged As String
    public string RangeChanged {get; set;}
    See Also