# Statistical Charts

## Content



FlexChart allows you to create the following types of statistical charts as shown in the following table:

| **Chart Type** | **Description** |
| --- | --- |
| [Box-and-Whisker](/componentone/docs/maui/online-maui/maui-controls/flexchart-overview/flechart-types/statisticalchart/boxwhiskerchart) |   **Box-and-whisker** chart is used to display the distribution of numerical data in the form of quartiles, means and outliers.   |
| [ErrorBar](/componentone/docs/maui/online-maui/maui-controls/flexchart-overview/flechart-types/statisticalchart/errorbarchart) |   **Error bar** chart is used to indicate the estimated error in the measured data through standard deviation of the data set.   |
| [Histogram](/componentone/docs/maui/online-maui/maui-controls/flexchart-overview/flechart-types/statisticalchart/histogram) |   **Histogram** chart is used to present the data distribution over a continuous interval to know which sub-interval gets the maximum or minimum frequency.   |
| [Waterfall](/componentone/docs/maui/online-maui/maui-controls/flexchart-overview/flechart-types/statisticalchart/waterfall) |   **Waterfall** chart is used to present the cumulative effect of increasing and decreasing intermediate values on an initial value.   |