nandkumar Posted November 12, 2008 Report Share Posted November 12, 2008 Hi all<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Could you please help me to change bar width? I am plotting bar chart and when I have only in series to plot, the bar width is very big. So I need to have a consistent bar width Thanks in Advence Nandkumar Quote Link to comment Share on other sites More sharing options...
TomasT Posted November 12, 2008 Report Share Posted November 12, 2008 Hi, You need to use the Volume property of the series. When the chart is generated, every bar is allocated a real estate along the X axis. The volume represents the percentage of that real estate that the bar will use: chart1.Series[0].Volume = 50; Please amke sure you use a value between 0 and 100. Hope this helps. TT Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.