nitin.daphale Report post Posted December 4, 2009 Hi, I cannot find any xml example for rendering bullet charts horizontally on a chart. Also I am unable to reduce the width of the bar for a bullet chart ? can anyone please help ? Share this post Link to post Share on other sites
Guest Madhumita Report post Posted December 5, 2009 Hello, Welcome to FusionCharts Forum. To render Bullet charts horizontally please consider using the HBullet.swf. To render the chart vertically please use the VBullet.swf. The XML structures for both the charts are same. Please refer to the documentation link below(example XML): http://www.fusioncharts.com/widgets/docs/Contents/BulletCreate.html I'm afraid, as of now, there is no functionality to adjust the width of the bar. However, you can adjust it by increasing or decreasing the height of the chart itself for a horizontal bullet chart. Hope this helps. Share this post Link to post Share on other sites
nitin.daphale Report post Posted December 12, 2009 Thank's Madhumita, resizing container of chart working well { axShockwaveFlash20.Size = new Size(200, 25); axShockwaveFlash20.Movie = ChartXml; } thank's again. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted December 14, 2009 Most welcome Share this post Link to post Share on other sites