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

In This Topic
    MeanMarkerStyle Property (BoxWhiskerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BoxWhisker<T>.MeanMarkerStyle. Sets a value that specifies the style for the mean marker.
    Syntax
    'Declaration
     
    Public Property MeanMarkerStyle As SVGStyle
    public SVGStyle MeanMarkerStyle {get; set;}
    See Also