Sulaiman PK
Members-
Content count
14 -
Joined
-
Last visited
About Sulaiman PK
-
Rank
Junior Member
-
hi, I have same problem and I want to add parameter tag to solve this.() but I cant use javascript code because I am using ASP.NET Code to render chart. ie., string output=FusionCharts.RenderChartHTML("../FusionCharts/AngularGauge.swf", "", strXML.ToString(), "chart1", "310", "250", false); How I can add a parameter tag in this case? Please help me...Its very urgent...
-
Hi, When I try to open all fusion chart flash object in a popup window for printing purpose, I am getting error like 'Error in Loading Date'. When I check the source code I found that the value of 'FlashVars' is missing.ie.,<param name="FlashVars" value="" />. I dont want to print all the html content in the page.I just want to print the all charts along with some html. Please help me to fix this problem.. Regards,
-
Hi, Finally I got correct output when I put all code in another page. I don't knew why it wouldn't get before..:cool:. I Apologies for the inconvenience. Thank you very much for your kind cooperation. Regards,
-
Also, I use the following method to render chart as html FusionCharts.RenderChartHTML("../FusionCharts/ScrollCombiDY2D.swf", "", strXML.ToString(), "chart1", intChartWidth.ToString(), intChartHeight.ToString(), false);
-
this is the output i got when i use the same xml u posted before...
-
I use the same xml that I sent to you... I am working in asp.net, I got this when I m debuging using break point in between the code.
-
Then, Could you explain why its not works for me ?
-
I use latest version fusion that i downloaded last month. Also I have used inThousandSeparator=
-
Still not working... . I am posing the xml file generated.. Please check.... - captionPadding="0" xAxisNamePadding="0" yAxisNamePadding="0" yAxisValuesPadding="0" labelPadding="0" valuePadding="0" chartLeftMargin="0" chartRightMargin="0" chartTopMargin="20" formatNumber="1" sFormatNumber="1" formatNumberScale="1" sFormatNumberScale="1" sNumberScaleValue="1000,100,100" sNumberScaleUnit="T,L,C" numberScaleValue="1000,100,100" numberScaleUnit="T,L,C" decimals="2" showLegend="1" labelDisplay="WRAP" useRoundEdges="1"> - - -
-
Still not working... . I am posing the xml file generated.. Please check.... - captionPadding="0" xAxisNamePadding="0" yAxisNamePadding="0" yAxisValuesPadding="0" labelPadding="0" valuePadding="0" chartLeftMargin="0" chartRightMargin="0" chartTopMargin="20" formatNumber="1" sFormatNumber="1" formatNumberScale="1" sFormatNumberScale="1" sNumberScaleValue="1000,100,100" sNumberScaleUnit="T,L,C" numberScaleValue="1000,100,100" numberScaleUnit="T,L,C" decimals="2" showLegend="1" labelDisplay="WRAP" useRoundEdges="1"> - - - [/Code]
-
Thanks for your immediate reply...Let me try for it..
-
I use formatNumberScale in all my charts. But its not scaling for DualY chart(ie., the Y1 axis not scaling).. Is there any solution for that? Also, when the number is very big, the scaling not working properly...
-
We are developing a BI product with fusion chart. We always required scrollable charts in our product as the size of charts cant be predictable. Why fusion chart does not have scrollable 3D Charts?
-
I have done export chart feature... But I am unable to get all content of scrollable chart... Is it possible to export scrollable chart completely?