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

In This Topic
    InteractiveAxes Property
    In This Topic
    Configurates C1.Web.Mvc.ChartGestures<T>.InteractiveAxes. Sets the interactive axes of the ChartGestures.
    Syntax
    'Declaration
     
    Public Property InteractiveAxes As InteractiveAxes
    public InteractiveAxes InteractiveAxes {get; set;}
    See Also