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

  1. <applet code="PiechartApplet.class" archive="Piechart.jar" width="330" height="320">
  2.  
  3. <!-- Start Up Parameters -->
  4. <PARAM name="LOADINGMESSAGE" value="Creating Chart - Please Wait.">
  5. <PARAM name="STEXTCOLOR"     value="#000060">
  6. <PARAM name="STARTUPCOLOR"   value="#FFFFFF">
  7.  
  8. <!-- Chart Switches -->
  9. <PARAM name="3D"                 value="true">
  10. <PARAM name="Slabels"            value="true">
  11. <PARAM name="displayPercentages" value="true">
  12. <PARAM name="legend"             value="true">
  13.  
  14. <!-- Chart Characteristics -->
  15. <PARAM name="nPies"      value="3">
  16. <PARAM name="ndecplaces" value="0">
  17. <PARAM name="depth3D"    value="10">
  18. <PARAM name="3Dangle"    value="40">
  19.  
  20. <!-- Link Cursor --> <!--  valid values are - crosshair, default, hand, move, text or wait -->
  21. <PARAM name="linkCursor" value="hand">
  22.  
  23. <!-- Popup segment Value Pre & Post Symbols -->
  24. <PARAM name="valuepresym"  value="$">
  25.  
  26. <!-- thousand seperater -->
  27. <PARAM name="thousandseparator" value=",">
  28.  
  29. <!-- Additional font information -->
  30. <PARAM name="popupfont"  value="Arial,B,10">
  31. <PARAM name="slabelfont" value="Arial,N,10">
  32.  
  33. <!-- Additional color information -->
  34. <PARAM name="bgcolor"      value="#FFFFFF">
  35. <PARAM name="labelcolor"   value="#323232">
  36. <PARAM name="popupbgcolor" value="#A0A0CC">
  37.  
  38. <!-- Title --> 
  39. <!-- title   text|xpos,ypos|Font|Color Defintion"> -->
  40. <PARAM name="title" value="Sales by Region|5,10|Arial,B,12|#888888">
  41.  
  42. <!-- Legend Information -->
  43. <PARAM name="legendfont"       value="Arial,N,10">
  44. <PARAM name="legendposition"   value="215,120">
  45. <PARAM name="legendtitle"      value="Sales Regions">
  46. <PARAM name="LegendBackground" value="#FFFFFF">
  47. <PARAM name="LegendBorder"     value="#DDDDDD">
  48. <PARAM name="LegendtextColor"  value="#202020">
  49.  
  50. <!-- Free Form Text -->
  51. <!--  textn         text,xpos,ypos,font-type,font-style,font-size,Rcolor,Gcolor,Bcolor"> -->
  52. <PARAM name="text1"  value="Product X|20,45|Arial,B,10|#000090">
  53. <PARAM name="text2"  value="Product Y|180,20|Arial,B,10|#000090">
  54. <PARAM name="text3"  value="Combined|20,170|Arial,B,10|#000090">
  55.  
  56. <!-- Pie Data --> 
  57. <!--  PieN   x,y,size,number of segments, seperation -->
  58. <PARAM name="Pie1" value="50,50,60,6,0">
  59. <PARAM name="Pie2" value="215,30,60,6,5">
  60. <PARAM name="Pie3" value="50,180,100,6,0">
  61.  
  62. <!-- Segment Data --> 
  63. <!-- segmentN       series color|legend label|URL|Target Frame -->
  64. <PARAM name="segment1" value="115,152,164|N.America">
  65. <PARAM name="segment2" value="99,99,156|Europe">
  66. <PARAM name="segment3" value="185,53,8|Asia">
  67. <PARAM name="segment4" value="239,214,115|Africa">
  68. <PARAM name="segment5" value="0,63,68|Australia">
  69. <PARAM name="segment6" value="17,97,158|S.America">
  70.  
  71. <!-- Pie Data --> 
  72. <!--                value,URL,Target Frame -->
  73. <PARAM name="data1series1" value="1000,http://www.jpowered.com,_self">
  74. <PARAM name="data2series1" value="600,http://www.jpowered.com,_self">
  75. <PARAM name="data3series1" value="350,http://www.jpowered.com,_self">
  76. <PARAM name="data4series1" value="200,http://www.jpowered.com,_self">
  77. <PARAM name="data5series1" value="250,http://www.jpowered.com,_self">
  78. <PARAM name="data6series1" value="130,http://www.jpowered.com,_self">
  79.  
  80. <PARAM name="data1series2" value="300,http://www.jpowered.com,_self">
  81. <PARAM name="data2series2" value="100,http://www.jpowered.com,_self">
  82. <PARAM name="data3series2" value="500,http://www.jpowered.com,_self">
  83. <PARAM name="data4series2" value="250,http://www.jpowered.com,_self">
  84. <PARAM name="data5series2" value="130,http://www.jpowered.com,_self">
  85. <PARAM name="data6series2" value="210,http://www.jpowered.com,_self">
  86.  
  87. <PARAM name="data1series3" value="1300,http://www.jpowered.com,_self">
  88. <PARAM name="data2series3" value="700,http://www.jpowered.com,_self">
  89. <PARAM name="data3series3" value="850,http://www.jpowered.com,_self">
  90. <PARAM name="data4series3" value="450,http://www.jpowered.com,_self">
  91. <PARAM name="data5series3" value="380,http://www.jpowered.com,_self">
  92. <PARAM name="data6series3" value="430,http://www.jpowered.com,_self">
  93.  
  94.  
  95. </applet>