ktsha

Members
  • Content count

    41
  • Joined

  • Last visited

About ktsha

  • Rank
    Advanced Member
  1. Thanks a lot, it works.
  2. Thanks for your reply, Please find attached the XML i am using for this, Thanks Sample.txt
  3. Thanks, But this is not working for me. Its says "Invalid Xml Data" Should i need any other modifications other than the XML.
  4. Thanks Sanjukta, This is exactly what i am looking for. Could you tell me how we can do this . Thanks for your prompt response and support.
  5. Hello, Is it possible to implement logos as labels inside column3D charts? Thanks.
  6. Need Help in displaying Arabic labels as slantLabels

    Thanks for your reply, I had done this response.setContentType("text/xml; charset=UTF-8"); String xmlChart = "My XML HERE" ServletOutputStream str = response.getOutputStream(); str.write(new byte[]{(byte)0xEF, (byte)0xBB, (byte)0xBF}); str.write(xmlChart.getBytes()); str.flush(); But Still i am getting ???? kind of values. Need your help,
  7. Dear All, I have a Single Series Column 3D Fusion Chart,The XML is attached . In the chart i am having arabic labels. In my XML once i removed labelDisplay='Rotate' slantLabels='1' the arabic labels are displaying. But once i add this arabic labels are not displaying.:w00t: When i check the documentation i found,labelDisplay wont be applicable for languages other than English. I need my labels to be either in 45 degree or 90 degree. Your help will be appreciated, Thanks Column3D-Label-Display.txt
  8. Thanks for your reply, I am usuing Java as my Scripting language.. me too awaiting your reply...
  9. Thanks for your reply I tried this response.setContentType( "text/xml; charset=UTF-8" ); OutputStream outs = response.getOutputStream(); outs.write( new byte[]{(byte)0xEF, (byte)0xBB, (byte)0xBF} ); outs.flush(); String xmlChart = "Here is my xml String" outs.write(xmlChart.getBytes()); I am getting a value like ???????? Not an Arabic text ... Could you please tell me what may be the reason??? Thanks
  10. Dear All, Had a problem with Column 3D Label Display, Here my labels are in Arabic Language. But when i changed to English,its working. Can any one give me any suggestions to solve this.. Column3D-Label-Display.txt
  11. Dear All, Had a problem with Column 3D Label Display, Here my labels are in Arabic Language. But when i changed to English,its working. Can any one give me any suggestions to solve this.. <?xml version='1.0' encoding='UTF-8'?> bgAlpha='40,100' bgRatio='0,100' bgAngle='270' showBorder='1' borderColor='8C489F' labelDisplay='Rotate' slantLabels='1' showvalues='0'>Column3D-Label-Display.txt
  12. Thanks a lot, But this was not up to the mark for my request . As annotation values will be in a static position eventhough my target plot goes increases. ie,Eventhough my target plot is nearer to Max value ,Annotation will be in the same position described previously . Do you have any solution for this :cool:
  13. Hi, I tried using annotation Text . I am unable to view the text as it is hidden by the plot. If the annotation text is outside the plot i can view this. If i am adjusting according to my requirement(see the figure attached in my first query) it is not viewable. Please find my attached XML file . Please help me to solve this . Any help will be appreciated. xml1.txt
  14. Hi all, How to place target value inside the plot. Currently it is displaying as a tooltip .I want to display as a text inside the plot. For example see the attached file,where "21514" is displayed . Thanks and Regards. att.bmp
  15. How to change colors of Bullet Graph

    Thanks a lot . But in your documentation why it is written as color instead of code.