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

In This Topic
    Threshold Property (ChartTooltipTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ChartTooltip.Threshold. Sets the maximum distance from the element to display the tooltip.
    Syntax
    'Declaration
     
    Public Property Threshold As Integer
    public int Threshold {get; set;}
    See Also