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
337
space bettween Bar
posted

Hi ,

Data for my chart are only few rows, because of that space between the bar too much( as shown in attached picuture), how to reduce it.

thanks

Anbu.

Parents
No Data
Reply
  • 53790
    posted

    Hello Anbu,

    There are many approaches to modify the space between your ColumnBars, depending of your scenario. My suggestion is to try both properties:

    ultraChart1.ColumnChart.ColumnSpacing;

    ultraChart1.ColumnChart.SeriesSpacing;

    The mentioned issue could be cause if you are using ultraChart1.Axis.X.ScrollScale.Scale property of any of your axis. So if you using this property, you could change the scale factor.

    I`m not familiar with your scenario, but if you are using FillSceneGraphe event, you could modify the space between columnbars.

    If you give me small sample. I`ll be glad to research it for you.

    Let me know if you have any questions.

    Regards

Children