Sulaiman PK

Members
  • Content count

    14
  • Joined

  • Last visited

About Sulaiman PK

  • Rank
    Junior Member
  1. Flash over html

    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...
  2. 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,
  3. Problem in number scaling

    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,
  4. Problem in number scaling

    Also, I use the following method to render chart as html FusionCharts.RenderChartHTML("../FusionCharts/ScrollCombiDY2D.swf", "", strXML.ToString(), "chart1", intChartWidth.ToString(), intChartHeight.ToString(), false);
  5. Problem in number scaling

    this is the output i got when i use the same xml u posted before...
  6. Problem in number scaling

    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.
  7. Problem in number scaling

    Then, Could you explain why its not works for me ?
  8. Problem in number scaling

    I use latest version fusion that i downloaded last month. Also I have used inThousandSeparator=
  9. Problem in number scaling

    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"> - - -
  10. Problem in number scaling

    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]
  11. Problem in number scaling

    Thanks for your immediate reply...Let me try for it..
  12. Problem in number scaling

    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...
  13. 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?
  14. 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?