I'm not doing anything special with the chart. This is the chart criteria:Unable to cast object of type 'Stimulsoft.Report.Chart.StiCenterAxisLabels' to type 'Stimulsoft.Report.Chart.IStiPieSeriesLabels'.
1. The pie chart is in the header of the report.
2. I add a filter of Value > 0 for a column.
3. I add the datasource to the pie chart.
4. I disable the legend.
5. I add 4 series to the pie chart. Series 1 - 4 have a List of Arguments equal to 1-4 respectively. Then, each has a value specified as Value1, Value2, Value3, and Value4 respectively.
I run the report and receive the error mentioned above.