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


In This Topic
    ChartTooltipTagHelper Class Members
    In This Topic

    The following tables list the members exposed by ChartTooltipTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets the property name which the taghelper is related to. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.ChartTooltip.Content. Sets the tooltip content.  
    Public PropertyConfigurates C1.Web.Mvc.TooltipBase.CssClass. Sets the tooltip CSS class (Inherited from C1.Web.Mvc.TagHelpers.TooltipBaseTagHelper<ChartTooltip>)
    Public PropertyConfigurates C1.Web.Mvc.TooltipBase.Gap. Sets the distance between the tooltip and the target element. (Inherited from C1.Web.Mvc.TagHelpers.TooltipBaseTagHelper<ChartTooltip>)
    Public PropertyConfigurates C1.Web.Mvc.TooltipBase.HideDelay. Sets the delay, in milliseconds, before hiding the tooltip after the mouse leaves the target element. (Inherited from C1.Web.Mvc.TagHelpers.TooltipBaseTagHelper<ChartTooltip>)
    Public PropertyConfigurates C1.Web.Mvc.TooltipBase.IsContentHtml. Sets whether the tooltip contents should be displayed as plain text or as HTML. (Inherited from C1.Web.Mvc.TagHelpers.TooltipBaseTagHelper<ChartTooltip>)
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates the C1.Web.Mvc.TooltipBase.OnClientPopup client event. Occurs before the tooltip content is displayed. (Inherited from C1.Web.Mvc.TagHelpers.TooltipBaseTagHelper<ChartTooltip>)
    Public PropertyConfigurates C1.Web.Mvc.TooltipBase.Position. Sets the PopupPosition where the tooltip should be displayed with respect to the owner element. (Inherited from C1.Web.Mvc.TagHelpers.TooltipBaseTagHelper<ChartTooltip>)
    Public PropertyConfigurates C1.Web.Mvc.TooltipBase.ShowAtMouse. Sets a value that determines whether the tooltip should be positioned with respect to the mouse position rather than the target element. (Inherited from C1.Web.Mvc.TagHelpers.TooltipBaseTagHelper<ChartTooltip>)
    Public PropertyConfigurates C1.Web.Mvc.TooltipBase.ShowDelay. Sets the delay, in milliseconds, before showing the tooltip after the mouse enters the target element. (Inherited from C1.Web.Mvc.TagHelpers.TooltipBaseTagHelper<ChartTooltip>)
    Public PropertyConfigurates C1.Web.Mvc.ChartTooltip.Threshold. Sets the maximum distance from the element to display the tooltip.  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyOverridden. Gets the customized default proeprty name. Overrides this property to customize the default property name for this tag.  
    Protected PropertyOverrides to redefine getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    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.BaseTagHelper<T>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the T instance. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodProcesses all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<TControl>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    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.SettingTagHelper<TControl>)
    Top
    See Also