Working with FlexReportDesigner > Adding FlexReport Fields > Legacy Chart Field > Plotting Data in Data-Bound Charts |
The steps to plot a simple 2D chart are as follows:
![]() |
Note: To add Legacy Chart field to your report, you need to add it to the INSERT tab. In order to do that, go to File|Options in the designer and select Show "Legacy Chart" button on the INSERT tab. |
For example, the chart shown is created using C1NWind.mdb database and Products table, with following properties set:
Add series label as follows:
Add legend as follows:
Add Titles to the chart as follows:
You can also add axis titles in the chart, add back color and border to chart area, and more. For more information on using properties for customizing charts, see 2DChart documentation.
Three dimensional data can be represented in the form of 3D Surface, 3D Bar, and many more by using 3D Chart types. To plot 3D charts from 2D charts, you can change the VisualizationType property to Chart3D. For more information on plotting 3D charts, see 3DChart documentation.