New to Kendo UI for AngularStart 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

Additional Resources