Back to Devexpress

Add a Chart (Set Up Series Manually)

xtrareports-4576-feature-guide-to-devexpress-reports-use-report-controls-use-charts-add-a-chart-set-up-series-manually.md

latest3.1 KB
Original Source

Add a Chart (Set Up Series Manually)

  • Feb 18, 2026
  • 3 minutes to read

This document demonstrates how to add a chart to a report, provide data for chart series, and set up chart elements.

Note

This topic shows two chart series based on the same data source. You can use different data sources for different series.

Add a Chart to a Report

  1. Drop the XRChart control from the DX.25.2: Report Controls Toolbox tab onto the Detail band.

  2. Click the chart’s smart tag to bind the chart to data. Expand the DataSource property’s drop-down and click Add Report Data Source.

  3. The invoked Data Source Wizard enables you to create a data source and bind the chart to it.

Note

Ensure that the report’s DataSource property is set to None when you place a chart into the Detail band. Otherwise, the chart is repeated as many times as there are records in the report’s data source.

Add Series to the Chart

  1. Click the chart’s smart tag. Click Run Designer in the invoked action list to invoke the Chart Designer.

  2. Add a new series to the chart.

  3. Populate the created series with points.

  4. Filter series data.

  5. Use the same steps to add a series of the Point type.

Customize the Chart

Improve the chart’s appearance:

  • Remove the chart legend because the chart series are bound to the same data. Select Legend in the chart elements tree and disable the Visibility property in the Options tab.

  • Select the Label node under Series 1 and disable the Visibility property to hide point labels.

  • Customize the Series 2 markers’ appearance. Set Size to 12 and Kind to Inverted Triangle to replace the default circle with an upside down triangle.

  • Customize the chart’s appearance settings. For instance, select Nature Colors from the drop-down Palette list.

Preview and Publish the Report

Switch to Print Preview to preview your report.