开发者

How to get this telerik reporting chart to render correctly.

开发者 https://www.devze.com 2023-04-13 06:50 出处:网络
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 beyon

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 !

How to get this telerik reporting chart to render correctly.


The problem here was that all my data was bound to one ChartSeries. Creating one ChartSeries per each set of bars worked perfectly.

0

精彩评论

暂无评论...
验证码 换一张
取 消