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

In This Topic
    ShowInnerPoints Property (BoxWhiskerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BoxWhisker<T>.ShowInnerPoints. Sets a value that determines whether to show the inner points for the Box and Whisker chart.
    Syntax
    'Declaration
     
    Public Property ShowInnerPoints As Boolean
    public bool ShowInnerPoints {get; set;}
    See Also