Presents data in a graphical manner.
Remarks
The Chart control is a visual control used to display data in a graphical representation. It visualizes the series of points using one of the available 2D chart types or 3D chart types.
At the same time a chart can draw multiple series using different View Types.
A chart control contains multiple visual elements (diagram, axes, titles, labels, strips, constant lines, etc.),
In order to define chart type, its axis, appearance, series, data, diagram, etc developer can avail a wizard.
To run a wizard
- Add XRChart control to the report canvas.
- Select the control and open Properties window.
- At the bottom of the window click Run Wizard.
To add Chart to a report
- In Solution Explorer open the desired MxReport component by double clicking it.
- Open Toolbox window and expand DX:Reports.vX.X section.
- Select XRChart control and drag it to the desired band.
- Use chart’s wizard or its properties to define series, data, axis, etc.
To learn more about the control, how to implement it and use it see Developer Express documentation.