[]
Defines a builder to configurate BoxWhisker<T>.
public class BoxWhiskerBuilder<T> : ExtraSeriesBuilder<T, BoxWhisker<T>, BoxWhiskerBuilder<T>>
Name | Description |
---|---|
T |
Name | Description |
---|---|
BoxWhiskerBuilder(BoxWhisker<T>) | Creates one BoxWhiskerBuilder<T> instance to configurate |
Name | Description |
---|---|
GapWidth(float) | 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(float) | 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(Action<SVGStyleBuilder>) | Configurates MeanLineStyle. Sets a value that specifies the style for the mean line. |
MeanMarkerStyle(Action<SVGStyleBuilder>) | Configurates MeanMarkerStyle. Sets a value that specifies the style for the mean marker. |
QuartileCalculation(QuartileCalculation) | Configurates QuartileCalculation. Sets a value that specifies the quartile calculation for the Box and Whisker chart. |
ShowInnerPoints(bool) | Configurates ShowInnerPoints. Sets a value that determines whether to show the inner points for the Box and Whisker chart. |
ShowMeanLine(bool) | Configurates ShowMeanLine. Sets a value that determines whether to show the mean line for the Box and Whisker chart. |
ShowMeanMarker(bool) | Configurates ShowMeanMarker. Sets a value that determines whether to show the mean marker for the Box and Whisker chart. |
ShowOutliers(bool) | Configurates ShowOutliers. Sets a value that determines whether to show the outliers for the Box and Whisker chart. |