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

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