[]
ITagHelper implementation for BoxWhisker<T>.
[HtmlTargetElement("c1-flex-chart-boxwhisker")]
public class BoxWhiskerTagHelper : ExtraSeriesTagHelper<object, BoxWhisker<object>>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
BoxWhiskerTagHelper() |
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. |