New to Telerik Document ProcessingStart a free 30-day trial

Overview

Updated on Jun 16, 2026

Charts let you summarize the data in your spreadsheet document and make it readable and understandable. With RadSpreadProcessing you can add, remove, and manipulate chart objects in your spreadsheet documents.

Supported Chart Types

Column Charts

Column/bar charts display values as sets of vertical columns, grouped by category. The length of the bars is proportional to the values that they represent. With this type of chart you can compare values in different categories.

Clustered columnStacked column100% stacked column
Clustered column chartStacked column chart100% stacked column chart

Bar Charts

Bar charts are analogical to the column charts, except for the orientation of the bars. These charts use horizontal bars instead of vertical columns to display the values and their categories.

Clustered barStacked bar100% stacked bar
Clustered bar chartStacked bar chart100% stacked bar chart

Line Charts

The line chart shows the category data distributed on the horizontal axis and all the values distributed along the vertical axis. With this type of chart you can visualize continuous data over time on an evenly scaled axis. It is helpful when you need to show trends in data at equal intervals, such as months, years, or other periods.

Clustered lineStacked line100% stacked line
Clustered line chartStacked line chart100% stacked line chart

Scatter and Bubble Charts

Scatter and bubble charts provide you with a convenient way to display a lot of related data in a single chart. In scatter charts, the x-axis displays one numeric field and the y-axis displays another. This type of plotting makes it easy to see the relationship between the two values for all the items in the chart.

In a bubble chart, a third numeric field determines the size of the data points represented as bubbles.

ScatterBubble
Scatter chartBubble chart

Pie and Doughnut Charts

Pie charts are useful for comparing the values of different points in a single series. The data points in a pie chart appear as a percentage of the whole pie. The doughnut chart is identical to the pie chart. However, it can contain more than a single series and can be visualized with a hole in the middle of the shape.

PieDoughnut
Pie chartDoughnut chart

Area Charts

Area charts can be used to plot change over time and draw attention to the total value across a trend. The area chart shows the sum of the plotted values as well, and it visualizes how the different parts contribute to the end result of the data.

Clustered areaStacked area100% stacked area
Clustered area chartStacked area chart100% stacked area chart

Combo Charts

Combo charts combine two or more chart types to make the data easy to understand. The secondary axis makes reading the data even easier.

Clustered column and LineLine and AreaDoughnut and line
Clustered column and line combo chartLine and area combo chartDoughnut and line combo chart

For more details on the implementation of the charts and the properties you can use with them, check the Using Charts topic.

See Also