Skip to main content

Box and Whisker chart

The box plot, also known as a whisker diagram, is a type of graph used to analyze detailed data. It features a rectangular shape that represents data grouped into segments, with lines extending from the box ends, often called whiskers. This type of graph is commonly used in fields like medicine, science, and education.

To create this type of plot, one should use PolygonSeries and LineCollection.

ExampleBoxWhiskerPlot ExampleBoxWhiskerPlot from Demo

info

For step-by-step tutorial how to implement a WPF Box Plot Chart with LightningChart .NET library check following links: WPF Box Plot Chart.