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

In This Topic
    Threshold Property (ChartTooltip)
    In This Topic
    Gets or 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