[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.BoxWhiskerTagHelper

BoxWhiskerTagHelper Class

ITagHelper implementation for BoxWhisker<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-chart-boxwhisker")]
public class BoxWhiskerTagHelper : ExtraSeriesTagHelper<object, BoxWhisker<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
BoxWhiskerTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

GapWidth

Configurates GapWidth. Sets a value that determines the gap width as a percentage for the Box and Whisker chart. The default value for this property is 0.1. The min value is 0 and max value is 1.

GroupWidth

Configurates GroupWidth. Sets a value that determines the group width as a percentage for the Box and Whisker chart. The default value for this property is 0.8. The min value is 0 and max value is 1.

MeanLineStyle

Configurates MeanLineStyle. Sets a value that specifies the style for the mean line.

MeanMarkerStyle

Configurates MeanMarkerStyle. Sets a value that specifies the style for the mean marker.

QuartileCalculation

Configurates QuartileCalculation. Sets a value that specifies the quartile calculation for the Box and Whisker chart.

ShowInnerPoints

Configurates ShowInnerPoints. Sets a value that determines whether to show the inner points for the Box and Whisker chart.

ShowMeanLine

Configurates ShowMeanLine. Sets a value that determines whether to show the mean line for the Box and Whisker chart.

ShowMeanMarker

Configurates ShowMeanMarker. Sets a value that determines whether to show the mean marker for the Box and Whisker chart.

ShowOutliers

Configurates ShowOutliers. Sets a value that determines whether to show the outliers for the Box and Whisker chart.