New to Telerik Reporting? Download free 30-day trial

Charts

The Chart components in the Web Report Designer allow users to visualize data records from different Data Source storages. Charts transform numerical data into visual representations, making it easier to identify patterns, trends, and relationships in your data.

You can use Charts to represent:

  • Trend Analysis—Show data changes over time using Line or Area charts.
  • Comparison Analysis—Compare values across categories using Bar or Column charts.
  • Part-to-Whole Analysis—Display proportional relationships using Pie or Doughnut charts.
  • Performance Dashboards—Create visual scorecards and KPI displays.
  • Financial Reporting—Present sales figures, revenue trends, and budget comparisons.
  • Statistical Reports—Visualize survey results, demographic data, and analytical findings.

Charts Group ><

Chart Types

The Web Report Designer provides the following chart types:

  • Bar Chart—Displays data series as sets of horizontal bars, ideal for comparing amounts or values between different categories.
  • Line Chart—Displays series as sets of points connected by lines, perfect for showing trends over continuous periods.
  • Area Chart—Shows data as filled areas under lines, emphasizing volume and cumulative totals.
  • Column Chart—Displays data series as sets of vertical bars that are grouped by category.
  • Pie Chart—Shows the contribution of fractional parts to a whole, commonly used for proportion comparisons.
  • Doughnut Chart—Similar to Pie Chart but with an open space in the center, allowing for additional information display.

Chart Categories

The Web Report Designer supports two main chart categories:

  • Cartesian Charts (Bar, Line, Column, Area)—Use the Cartesian coordinate system to plot data points in chart series. The X and Y axes define how each point's coordinates in the plot area are calculated. Cartesian charts provide a mechanism for combining data points that reside in different series but have the same category. The combine mode can be:

    • Cluster—Data points in the same category are positioned close together.
    • Stack—Data points are plotted on top of each other.
    • Stack100—Values of one series are presented as a percentage of the other series.
  • Pie Charts (Pie, Doughnut)—Use the Radial coordinate system to plot each point as an arc segment where the arc's length represents the percentage this point's value is from the total sum.

The following sections demonstrate how to add different chart types and illustrate how CSV data is presented in each chart.

The Configuration pane on the right-hand side is identical for all chart types, allowing users to specify the Data Source and configure the Categories, Series and Values groups.

Adding a Chart to a Report

The next sections in this article demonstrate how to add each of the available chart types to your report. To follow along the steps below, make sure to add the proposed data source first.

Adding Data Source

For this tutorial, use the following sample CSV data to create a CSV Data Source that will be used throughout this article:

Category,Year,Value
Accessories,2003,230
Accessories,2004,340
Bikes,2001,150
Bikes,2002,195
Bikes,2003,340
Bikes,2004,265
Clothing,2002,80
Clothing,2003,120
Clothing,2004,110
Components,2001,230
Components,2002,140
Components,2003,280
Components,2004,310

After adding the data source to your report, continue by adding the desired chart type.

Adding a Bar Chart

To create a Bar Chart, follow the steps below. See the video after the steps for a detailed walk-through.

  1. Click the Bar item from the Components tab and configure the chart using the Configuration pane on the right-hand side of the Web Report Designer.

  2. Set the data source for the Chart.

  3. Design the Chart by configuring the Categories, Series, and Values groups based on the data you need to display.

  4. Optionally, change the Chart type.

Adding a Bar Chart and populating it with data

Based on the Bar Chart type that you select during the configuration, one of the following charts will be displayed:

Clustered Bar Stacked Bar 100% Stacked Bar
Clustered Bar Chart Type Stacked Bar Chart Type 100% Stacked Bar Chart Type

Adding a Column Chart

To create a Column Chart, follow the steps below. See the video after the steps for a detailed walk-through.

  1. Click the Column item from the Components tab and configure the chart using the Configuration pane on the right-hand side of the Web Report Designer.

  2. Set the data source for the Chart.

  3. Design the Chart by configuring the Categories, Series, and Values groups based on the data you need to display.

  4. Optionally, change the Chart type.

Adding a Column Chart and populating it with data

Based on the Column Chart type that you select during the configuration, one of the following charts will be displayed:

Clustered Column Stacked Column 100% Stacked Column
Clustered Column Chart Type Stacked Column Type 100% Stacked Column Chart Type

Adding an Area Chart

To create an Area Chart, follow the steps below. See the video after the steps for a detailed walk-through.

  1. Click the Area item from the Components tab and configure the chart using the Configuration pane on the right-hand side of the Web Report Designer.

  2. Set the data source for the Chart.

  3. Design the Chart by configuring the Categories, Series, and Values groups based on the data you need to display.

  4. Optionally, change the Chart type.

Adding an Area Chart and populating it with data

Based on the Column Chart type that you select during the configuration, one of the following charts will be displayed:

Area Stacked Area 100% Stacked Area
Area Chart Type Stacked Area Type 100% Stacked Area Type

Adding a Line Chart

To create a Line Chart, follow the steps below. See the video after the steps for a detailed walk-through.

  1. Click the Line item from the Components tab and configure the chart using the Configuration pane on the right-hand side of the Web Report Designer.

  2. Set the data source for the Chart.

  3. Design the Chart by configuring the Categories, Series, and Values groups based on the data you need to display.

  4. Optionally, change the Chart type.

Adding a Line Chart and populating it with data

Based on the Line Chart type that you select during the configuration, one of the following charts will be displayed:

Line Stacked Line 100% Stacked Line
Line Chart Type Stacked Line Chart Type 100% Stacked Line Chart Type
Line with Markers Stacked Line with Markers 100% Stacked Line with Markers
Line with Markers Chart Type Stacked Line with Markers Chart Type 100% Stacked Line with Markers Chart Type

Adding a Pie or Doughnut Chart

To create a Pie or Doughnut Chart, follow the steps below. See the videos after the steps for a detailed walk-through.

  1. Click the Pie item from the Components tab and configure the chart using the Configuration pane on the right-hand side of the Web Report Designer.

  2. Set the data source for the Chart.

  3. Design the Chart by configuring the Categories, Series, and Values groups based on the data you need to display.

  4. Optionally, change the Chart type (Pie or Doughnut).

Based on the Pie Chart type that you select during the configuration, one of the following charts will be displayed:

Pie Chart Doughnut Chart
Pie Chart Type Doughnut Chart Type

Adding a Pie Chart and populating it with data

Adding a Doughnut Chart and populating it with data

See Also

In this article