Im having a problem with MsChart. In a 2d bar graph when Ichange the width "MSChart1.width=900" the width changes. When I do the same with a 3dbar the whole graph moves to the right but the width dosent change. I can't seem tofind uot the right call.
Thanks
The problem is that, in 2dbar, the width of the actual graph is tied to the width of the chart background. The 3dbar's x axis is not tied to the chart's width, so when you change mschart.width, it adjusts the chart's background width and just moves the 3dbar graph to the new center. I did see that if you change the Chart's height, that it will make the 3dbar graph larger though.
The best solution would be to change each row's width without altering the size of the graph backgound at all, but I don't see a property for that either.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.