User (Legacy) Posted January 15, 2007 Report Share Posted January 15, 2007 To mimic the horizontal stacked bar, we are using gantt chart with stacked (single series data). This worked fine, i could have different colors for pieces of the bar, different tooltips in IE, etc. But the problem is that the image displayed in the IE includes a white space around the bar. I have set almost every thing to false, like border, dataset, legend, etc but it still shows this white space around the bar. How to supress the white space around the bar. I wanted only the horizontal stacked bar with no white space around it. Any help is much appreciated? Regards, Sreeni Link to comment Share on other sites More sharing options...
Software FX Posted January 18, 2007 Report Share Posted January 18, 2007 You may want to use a gauge instead of a chart in this case. To reduce the "margins" you can set: LeftGap = RightGap = TopGap = BottomGap = 1 Volume = 100 -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.