[]
Represents a Box-whisker series of FlexChart.
public class BoxWhisker : Series, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
The BoxWhisker series is normally used to compare distributions between different sets of numerical data.
Name | Description |
---|---|
BoxWhisker() |
Name | Description |
---|---|
GapWidth | Gets or sets a value that determines the gap width as a percentage for the Box-Whisker series. |
GroupWidth | Gets or sets a value that determines the group width as a percentage for the Box-Whisker series. |
QuartileCalculation | Gets or sets a value that specifies the quartile calculation for the Box-whisker series. |
ShowInnerPoints | Gets or sets a value that determines whether to show the inner points for the Box-whisker series. |
ShowMeanLine | Gets or sets a value that determines whether to show the mean line for the Box-whisker series. |
ShowMeanMarks | Gets or sets a value that determines whether to show the mean marker for the Box-whisker series. |
ShowOutliers | Gets or sets a value that determines whether to show the outliers for the Box-whisker series. |
Name | Description |
---|---|
GetValues(int) | Gets the point data array for the specified coordinate dimension. |