[]
BoxWhisker series is normally used to compare distributions between different sets of numerical data.
public class BoxWhisker<T> : ExtraSeries<T>
Name | Description |
---|---|
T |
Name | Description |
---|---|
BoxWhisker(FlexChartCore<T>) | Creates one BoxWhisker<T> instance. |
Name | Description |
---|---|
ExtraSeriesTypeName | Gets the series name. |
GapWidth | Gets or 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 | Gets or 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 | Gets or sets a value that specifies the style for the mean line. |
MeanMarkerStyle | Gets or sets a value that specifies the style for the mean marker. |
QuartileCalculation | Gets or sets a value that specifies the quartile calculation for the Box and Whisker chart. |
ShowInnerPoints | Gets or sets a value that determines whether to show the inner points for the Box and Whisker chart. |
ShowMeanLine | Gets or sets a value that determines whether to show the mean line for the Box and Whisker chart. |
ShowMeanMarker | Gets or sets a value that determines whether to show the mean marker for the Box and Whisker chart. |
ShowOutliers | Gets or sets a value that determines whether to show the outliers for the Box and Whisker chart. |