ravi_kulkarni Report post Posted February 3, 2014 Hi, We are using ScrollLine2D.swf chart to render the xml and we need to use the plotSpacePercent property but this property is written for column charts only. Can anybody suggest how we will achieve the feature like plotSpacePercent in ScrollLine2D? In the attached png, we would like to reduce the space between Day-7 and Day 1 columns (basically x-axis space). Thanks Share this post Link to post Share on other sites
Haritha Report post Posted February 4, 2014 Hi, Yes, the attribute "plotSpacePercent" is not meant for Scroll Line 2D chart. It seems that the screenshot that you intended to send across did not get attached. Could you please attach it again? Share this post Link to post Share on other sites
ravi_kulkarni Report post Posted February 4, 2014 Here you go, please refer ScrollLine2D.jpg for your reference. Share this post Link to post Share on other sites
Haritha Report post Posted February 6, 2014 Hi, The space between two x-axis labels depends on factors like the left and right margins of the chart, left and right margins of the canvas, number of visible data plots in the visible area of scroll pane, among the others. Hence, if you want to reduce the space between two x-axis labels, you may choose to show more data plots or increase the space between margins(the start of chart canvas and the start (x) of chart). Eg. <chart numVisiblePlot='13' ... > Hope this helps. Share this post Link to post Share on other sites
ravi_kulkarni Report post Posted February 6, 2014 Thanks for your help, it works like charm... Share this post Link to post Share on other sites