New to Kendo UI for Angular? Start a free 30-day trial
Box Plot
Box Plot charts are categorical charts which graphically render groups of numerical data through their quartiles.
Basics
The box plot, also known as box and whiskers chart, displays data distribution summary with six indicators (lower value, first quartile, median, mean, third quartile, upper value) and outliers for each series of data.
The following example demonstrates the Box Plot chart in action.
Change Theme
Theme
Loading ...
Customizing the Appearance
The following attributes are specific to the box plot and allow customizing the rendering of its elements:
mean
—controls the appearance of the mean line, which is dashed by default.median
—controls the appearance of the median line.outliers
—controls the appearance of the points representing the outliers.whiskers
—controls the appearance of the min/max whiskers and their connecting lines.
The following example demonstrates how to customize the appearance of the elements of the Box Plot chart.
Change Theme
Theme
Loading ...
Support and Learning Resources
- Box Plot Chart Homepage
- Getting Started with the Kendo UI for Angular Chart
- API Reference of the Charts
- Area Charts
- Bar Charts
- Bullet Charts
- Line Charts
- Radar Charts
- RangeArea Charts
- RangeBar Charts
- Waterfall Charts
- Getting Started with Kendo UI for Angular (Online Guide)
- Getting Started with Kendo UI for Angular (Video Tutorial)
- Virtual Classroom (Training Courses for Registered Users)
- Chart Forum
- Before You Start: All Things Angular (Telerik Blog Post)
- Knowledge Base