xtrareports-4576-feature-guide-to-devexpress-reports-use-report-controls-use-charts-add-a-chart-set-up-series-manually.md
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.
Drop the XRChart control from the DX.25.2: Report Controls Toolbox tab onto the Detail band.
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.
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.
Click the chart’s smart tag. Click Run Designer in the invoked action list to invoke the Chart Designer.
Add a new series to the chart.
Populate the created series with points.
Filter series data.
Use the same steps to add a series of the Point type.
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.
Switch to Print Preview to preview your report.