leva

Members
  • Content count

    20
  • Joined

  • Last visited

About leva

  • Rank
    Junior Member
  1. It asks to install Flash player in server. After it installed everything seems fine. Thanks
  2. Thank you, I can't download the attachment
  3. Dear Friends, Does fusion chart require to install flash player or anything else on the server side? my asp.net application shows the chart locally but whenever it's called from server it has problem and not loading! I test it in different browsers and doesn't work. would you please guide me? THANK YOU Leva
  4. Dear Friends, Does it require to install flash player or anything else on the server side? my asp.net application shows the chart locally but whenever it's called from server it has problem and not loading! would you please guide me? THANK YOU Leva
  5. Thank you for your helpful guidance
  6. Dear Friend, I have the attached combination chart XML. I want to have a single chart with both line and Bar chart in it. I used this method when I had a single chart: FCLiteral.Text = FusionCharts.RenderChartHTML("../FusionCharts/FCF_Line.swf", "../Admin/csvImporter/Confirm/xxx.xml", "", "myFirst", "600", "300", false); would you please let me know what should I do now?I use asp.net with C# GradeStudent1.xml
  7. Hi Friends, I need to divide the Y axis in each 2 units but I don't know the max number of the chart. How can I divide the chart in each 2 units. for example: 0-2-4-6-8-... Thanks for your kind helps, Leva:)
  8. Great,Thanks. I have a suggestion that the default value of the shadow should be zero if anyone needs it it should be set.
  9. Dear Friend, Would you please help me to remove the gray shadow under the line?! what is it problem? does it have any solution? please check the attached image. Thanks for your help Leva
  10. Bad Numbering in chart

    Great! I change the "decimalPrecision" into 2 then everything is going well !! :w00t:
  11. Dear Friend, Please take a look at my attachment. you can find that for example 10 or 7 are not align with the number at the Y axis!!!!! Would you please help me to solve my problem?!!!! I draw the chart via an XML file which is attached too. Thanks. Leva xmlEnteranceConditionalChart.xml
  12. MY XML problem

    Dear Friend, Thank you so much Leva
  13. MY XML problem

    Thank you so much It is a great help. sorry I'm very new in fusion charting! Another question is that how can i have Y numbering like:"...2/ 2.1 / 2.2/ .... 3.9/ 4 " ?
  14. MY XML problem

    Dear Friend, Would you please take a look at my XML document? It is written to draw multiple line chart! I recieve "No data to display" CODE line: [p]FCLiteral.Text = FusionCharts.RenderChartHTML("../../../FusionCharts/FCF_Line.swf", "../../../Admin/csvImporter/Confirm/xmlEnteranceAvgChart.xml", "", "myFirst", "600", "300", false);[/p] XML FILE: IS ATTACHED ! Unable to write here! sorry xmlEnteranceAvgChart.xml
  15. Hi friends, I'm creating an XML-doc which is attached in my application and I want to show it in a page which has it's master page and site map. But it's not shown! The chart should draw when a button click happen. I should add that I refer my XML doc in your sample code it create the chart beautifully (Your BasicChart example is added to my solution so the XML and addressing is checked) I think it's my problem in pose the chart in a correct location, maybe. Would you please advise me? Thanks Leva p.s. Check the attachments please. //////////////////PAGE: protected void AverageTermChart_click(object sender, EventArgs e) { FCLiteral.Text = FusionCharts.RenderChartHTML("FusionCharts/FCF_Line.swf", "Admin/csvImporter/Confirm/xmlChart.xml", "", "myFirst", "600", "300", false); } xmlChart.xml forum.txt