Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1810
Custom rendering a bar chart (XamWebChart)
posted

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

Parents
  • 9836
    posted

    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.

Reply Children
No Data