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

In This Topic
    Popup Property (ChartTooltipTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.TooltipBase.OnClientPopup client event. Occurs before the tooltip content is displayed.
    Syntax
    'Declaration
     
    Public Property Popup As String
    public string Popup {get; set;}
    See Also