Posted 4 January 2024, 2:44 pm EST
Are 2D Pie Charts not available for Section Reports (code-based)? How can we add it?
Forums Home / ActiveReports / General Discussion
Posted by: bnguyen on 4 January 2024, 2:44 pm EST
Posted 4 January 2024, 2:44 pm EST
Are 2D Pie Charts not available for Section Reports (code-based)? How can we add it?
Posted 5 January 2024, 2:29 am EST
Hi Bryan,
To make a 2D Pie Chart, you can add a 3D Pie Chart to your SectionReport after which in the Properties tab open ChartAreas and select ‘defaultArea’.
In the properties tab for ‘defaultArea’ change the ‘Projection > ProjectionType’ property to ‘Identical’ and this will change your chart layout from 3D to 2D.
Please find attached a sample implementing the same.
Regards,
Anand