
arif_qaisar
Members-
Content count
5 -
Joined
-
Last visited
Everything posted by arif_qaisar
-
Draw two lines depending on two y-axes data using single multiseries line graph
arif_qaisar replied to arif_qaisar's topic in FusionCharts and ASP
Thanks. It works! -
Draw two lines depending on two y-axes data using single multiseries line graph
arif_qaisar posted a topic in FusionCharts and ASP
Hello, I am trying to achieve two different lines on a single multiseries line chart using vbscript. Both the lines are based on separate data. The chart should have two y-axes, i.e. the left y-axis should have data for the first line and the right y-axis should have the data for the second line. Is this possible in fusioncharts? Thanks, ARIF -
Hi, I am using Xml and vbscript to create a scatter chart. I have got the chart working with correct y axis but i want to design the x axis which is displayed as below: strXML = "<chart subcaption='MSCI Europe index' numDivLines='5' rotateNames='1' showLegend='1' showNames='1' decimals='1' useRoundEdges='1' bgcolor='ffffff'>" There are loads of figures for both x and y axis. I do not want to display all the figures. I have worked it out for the y axis as shown above which I assume is numDivLine='5' in the above code. Can i simplify the figures on the x-axis so that it shows me a few 'readable' figures? Regards, Arif Qaisar
-
hi can anyone advise how to filter x axis data points in a scatter chart and format into a percentage Thanks
-
OKay I only need to format the x axis to percentage.... numberSuffix='%25' works for the y axis ... also uniform spacing might be nice too...