Hi,
We have a requirement to control the rendering positions of the bars on a XamWebChart of type 'Bar'. This would require us to set the required spacing between two bars of different series and also to set the bar width to a specific value. Is there a way of achieving this through infragistics APIs, style templates or any other way ? If someone has done such kind of customizations please share the information .
Thanks in advance
I have the same issue.
Could you tell me, specifically, what elements of the chart I sould re-define the margin, please?
For changing the width of the bars you can set PointWidth chart parameter of the series to a value between 0 and 2 (default is 1). About the distance between two bars from different series you may use custom datatemplate and set custom margin on some of the elements.
I hope this helps.