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

In This Topic
    QuartileCalculation Property (BoxWhiskerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BoxWhisker<T>.QuartileCalculation. Sets a value that specifies the quartile calculation for the Box and Whisker chart.
    Syntax
    'Declaration
     
    Public Property QuartileCalculation As QuartileCalculation
    public QuartileCalculation QuartileCalculation {get; set;}
    See Also