[]
Represents a Box-whisker series of FlexChart.
public class BoxWhisker : Series, IDisposable
The BoxWhisker series is normally used to compare distributions between different sets of numerical data.
| Name | Description |
|---|---|
| BoxWhisker() |
| Name | Description |
|---|---|
| GapWidthProperty | Identifies the GapWidth dependency property. |
| GroupWidthProperty | Identifies the GroupWidth dependency property. |
| QuartileCalculationProperty | Identifies the QuartileCalculation dependency property. |
| ShowInnerPointsProperty | Identifies the ShowInnerPoints dependency property. |
| ShowMeanLineProperty | Identifies the ShowMeanLine dependency property. |
| ShowMeanMarksProperty | Identifies the ShowMeanMarks dependency property. |
| ShowOutliersProperty | Identifies the ShowOutliers dependency property. |
| 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 |
|---|---|
| GetItem(int) | Gets data item by its index. |
| GetValues(int) | Gets the point data array for the specified coordinate dimension. |
| OnItemsSourceChanged() | Invoked when items source changes. |