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


In This Topic
    ChartGesturesTagHelper Class Members
    In This Topic

    The following tables list the members exposed by ChartGesturesTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyIt is useless. To keep consistent with the previous version. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartGestures<object>>)
    Public PropertyConfigurates C1.Web.Mvc.ChartGestures<T>.Enable. Sets the enable of the ChartGestures.  
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Gets or sets the component id. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartGestures<object>>)
    Public PropertyConfigurates C1.Web.Mvc.ChartGestures<T>.InteractiveAxes. Sets the interactive axes of the ChartGestures.  
    Public PropertyConfigurates C1.Web.Mvc.ChartGestures<T>.MouseAction. Sets the mouse action of the ChartGestures.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.ChartGestures<T>.PosX. Sets the initial position of the axis X.  
    Public PropertyConfigurates C1.Web.Mvc.ChartGestures<T>.PosY. Sets the initial position of the axis Y.  
    Public PropertyConfigurates C1.Web.Mvc.ChartGestures<T>.ScaleX. Sets the initial scale of axis X.  
    Public PropertyConfigurates C1.Web.Mvc.ChartGestures<T>.ScaleY. Sets the initial scale of axis Y.  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyOverrides to re-define getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartGestures<object>>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverrides to get the C1.Web.Mvc.Extender object. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartGestures<object>>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcess all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartGestures<object>>)
    Protected MethodProcess the child content. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartGestures<object>>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodRenders the startup scripts. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Protected MethodUpdates the property in TObject. It is used to update the child property manually instead of the default one. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<ChartGestures<object>>)
    Top
    See Also