home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / 3dpie / Examples / applet-single-3D-pie-chart.txt < prev    next >
Text File  |  2004-07-06  |  3KB  |  73 lines

  1. <applet code="PiechartApplet.class" archive="Piechart.jar" width="280" height="160">
  2.  
  3. <!-- Start Up Parameters -->
  4. <PARAM name="LOADINGMESSAGE" value="Creating Chart - Please Wait.">
  5. <PARAM name="STEXTCOLOR"     value="0,0,100">
  6. <PARAM name="STARTUPCOLOR"   value="255,255,255">
  7.  
  8. <!-- Chart Switches -->
  9. <PARAM name="3D"                 value="false">
  10. <PARAM name="Slabels"            value="true">
  11. <PARAM name="displayPercentages" value="true">
  12.  
  13. <!-- Chart Characteristics -->
  14. <PARAM name="nPies"      value="1">
  15. <PARAM name="ndecplaces" value="0">
  16. <PARAM name="depth3D"    value="10">
  17. <PARAM name="3Dangle"    value="45">
  18.  
  19.  
  20. <!-- Link Cursor -->
  21. <!--  valid values are - crosshair, default, hand, move, text or wait -->
  22. <PARAM name="linkCursor" value="hand">
  23.  
  24. <!-- Popup segment Value Pre & Post Symbols -->
  25. <PARAM name="valuepresym"  value="$">
  26.  
  27. <!-- thousand seperater -->
  28. <PARAM name="thousandseparator" value=",">
  29.  
  30. <!-- Additional font information -->
  31. <PARAM name="popupfont"  value="Arial,B,10">
  32. <PARAM name="slabelfont" value="Arial,N,10">
  33.  
  34. <!-- Additional color information -->
  35. <PARAM name="bgcolor"      value="#FFFFFF">
  36. <PARAM name="labelcolor"   value="#323232">
  37. <PARAM name="popupbgcolor" value="#A0A0CC">
  38.  
  39. <!-- Title -->
  40. <!-- title   text|xpos,ypos|Font|Color Defintion"> -->
  41. <PARAM name="title" value="Sales by Region|10,15|Arial,BI,12|#888888">
  42.  
  43. <!-- Pie Data -->
  44. <!--  PieN   x,y,size,number of segments, seperation -->
  45. <PARAM name="Pie1" value="85,35,100,6,0">
  46.  
  47. <!-- Pie Segement Labels -->
  48. <PARAM name="pie1label1" value="N.America">
  49. <PARAM name="pie1label2" value="Europe">
  50. <PARAM name="pie1label3" value="Asia">
  51. <PARAM name="pie1label4" value="Africa">
  52. <PARAM name="pie1label5" value="Australia">
  53. <PARAM name="pie1label6" value="S.America">
  54.  
  55. <!-- Segment Data -->
  56. <!-- segmentN       series color|legend label|URL|Target Frame -->
  57. <PARAM name="segment1" value="115,152,164|N.America">
  58. <PARAM name="segment2" value="99,99,156|Europe">
  59. <PARAM name="segment3" value="185,53,8|Asia">
  60. <PARAM name="segment4" value="239,214,115|Africa">
  61. <PARAM name="segment5" value="0,63,68|Australia">
  62. <PARAM name="segment6" value="17,97,158|S.America">
  63.  
  64. <!-- Pie Data -->
  65. <!--                value,URL,Target Frame -->
  66. <PARAM name="data1series1" value="10320,http://www.jpowered.com,_self">
  67. <PARAM name="data2series1" value="6605,http://www.jpowered.com,_self">
  68. <PARAM name="data3series1" value="3480,http://www.jpowered.com,_self">
  69. <PARAM name="data4series1" value="1940,http://www.jpowered.com,_self">
  70. <PARAM name="data5series1" value="2420,http://www.jpowered.com,_self">
  71. <PARAM name="data6series1" value="1324,http://www.jpowered.com,_self">
  72.  
  73. </applet>