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

In This Topic
    Gap Property (ChartTooltipTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TooltipBase.Gap. Sets the distance between the tooltip and the target element.
    Syntax
    'Declaration
     
    Public Property Gap As Integer
    public int Gap {get; set;}
    See Also