ido117 Report post Posted October 29, 2012 Hello, Is it possible to create 2 multi-serires in the same graph? what I need is one multi-series for the current year and one for previous year. The graph needs to show income+outcome of 2012 and income+outcome of 2011 in the same graph separated by vLine as shown in the graph attached. I used MSColumn2D.swf for rendering the graph. Another questions, is it possible to align the text in the tool-tip to right ? because its written in Hebrew . And is it possible to make dashed color like shown in the graph on the left side ? thanks, Ido. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted October 30, 2012 Hi Ido, The feature of creating 2 multi-series in the same graph is not supported by FusionCharts XT, as of now. If feasible, we will add this feature in our wishlist. Another questions, is it possible to align the text in the tool-tip to right ? because its written in Hebrew . >>It is not possible to align the toolTip text to right, However, you can apply "font" style to "TOOLTIP" object. For more information on "Font Style Type Parameters", please follow the link below: http://docs.fusioncharts.com/charts/contents/?Styles/Font.html And is it possible to make dashed color like shown in the graph on the left side ? >>Dashed color on the dataplot is not supported by FusionCharts XT, as of now. But, if you need, you can apply "Dashed Plot Border" by setting "plotBorderDashed" to "1" in the <chart> element of your chart XML. For more information on "XML/JSON Attributes for Data Plot", please follow the link below: http://docs.fusioncharts.com/charts/contents/?AttDesc/DataPlot.html Hope this helps! Share this post Link to post Share on other sites