I have constructed a collection of data series items. Each data series has multiple data points.
I am binding all this to a bar chart. That data binding is working fine however for some reason beyond my comprehension the reporting engine has decided that all 开发者_运维问答my bar chart items will be aligned to the left side of the chart.
Currently the way my report is rendering is unacceptable. Is there a way to fix this (Please see screenshot)
Cheers !

The problem here was that all my data was bound to one ChartSeries. Creating one ChartSeries per each set of bars worked perfectly.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论