pedroten

Members
  • Content count

    6
  • Joined

  • Last visited

About pedroten

  • Rank
    Forum Newbie
  1. Hi, I was wondering if is there any way of changing the "Capturing data" message when saving as image. I already use PBarLoadingText and others, but haven't found any way to change this one on the documentation. Tanks a lot, -- Pedro
  2. Spanish characters not displaying properly

    Thanks a lot, got it working using UTF8Encoding ue [color= rgb(0,0,0)]=[/color][color= rgb(0,0,0)] [/color][color= rgb(0,0,255)]new[/color][color= rgb(0,0,0)] UTF8Encoding([/color][color= rgb(0,0,255)]true[/color][color= rgb(0,0,0)], [/color][color= rgb(0,0,255)]true[/color][color= rgb(0,0,0)]); XmlTextWriter w [/color][color= rgb(0,0,0)]=[/color][color= rgb(0,0,0)] [/color][color= rgb(0,0,255)]new[/color][color= rgb(0,0,0)] XmlTextWriter(Response.OutputStream, ue);[/color] [color= rgb(0,0,0)]//do things[/color] [color= rgb(0,0,0)]w.Flush();[/color] [color= rgb(0,0,0)] [/color] -- Pedro
  3. Hello, I'm using the latest licensed version of FusionCharts. I have an application in which I use the dataURL method trough JavaScript. The server-side (.NET) returns an xml file which specifies: Response.ContentType = "text/xml"; Response.ContentEncoding = System.Text.Encoding.UTF8; but when displaying the data, the special characters don't show up. This is an example of the dynamicly generated xml. <?xml version="1.0" encoding="UTF-8"?> <chart shownames="1" labelDisplay="STAGGER" caption="An
  4. Horizontal Bar Charts

    StackedBar3D.swf
  5. Bell shaped chart??

    Thanks, anyway, are you guys thinking of adding it to Fusion Charts?? Our project is due Jan '08, and we still have time to look for other solutions, or simply use the 3D Stacked Bar. Thanks again!! Edit, not a great solution, but can be ok -- data.xml -- <chart palette="2" caption="Comparaci
  6. Bell shaped chart??

    Hello, I'm pretty new to fusion charts, and I was wondering if is there any way to use a bell shapped chat to display a comparison beween age, sex, and a value related to each sex and age, with horizontal bars of different lenghts depending on the value. Thanks!! Edit: Something like the ones on this website (nothing to do with my project) http://www.ccss.sa.cr/germed/dis/diess/intcam.htm