Example of Box and Whisker in ASP.NET MVC Excel (XlsIO) Library
This sample demonstrates how to create Box and Whisker chart using Excel (XlsIO) Library.
DEMO
SOURCE
A box and whisker chart shows distribution of data into quartiles, highlighting the mean and outliers. The boxes may have lines extending vertically called “whiskers”. These lines indicate variability outside the upper and lower quartiles, and any point outside those lines or whiskers is considered an outlier.
Essential XlsIO has APIs for creating and modifying Box and Whisker charts.
Essential XlsIO has APIs for creating and modifying Box and Whisker charts.