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

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