home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / 3dpie / Tutorials / pieprops.txt < prev    next >
Text File  |  2004-07-01  |  3KB  |  101 lines

  1. <!-- ---------------------------------------------------------------------------- -->
  2. <!-- Pie Chart Properties                                                         -->
  3. <!--                                                                              -->
  4. <!-- This file defines the look & feel of the pie display.                        -->
  5. <!--                                                                              -->
  6. <!-- For a full explanation of each parameter see "Configuration Options"         -->
  7. <!-- within the documentation or browse to the following page,                    -->
  8. <!--                                                                              -->
  9. <!-- http://www.jpowered.com/pie_chart/Documentation/configoptions.htm            --> 
  10. <!-- ---------------------------------------------------------------------------- -->
  11.  
  12.  
  13. <!-- Chart Switches -->
  14. 3D:                 true
  15. Slabels:            true
  16. legend:             true
  17. displayPercentages: true
  18.  
  19. <!-- Chart Characteristics -->
  20. width:      600
  21. height:     420
  22. nPies:      3
  23. depth3D:    30
  24. ndecplaces: 0
  25. 3Dangle:    35
  26.  
  27. <!-- Link Cursor -->
  28. <!--  valid values are - crosshair, default, hand, move, text or wait -->
  29. linkCursor: hand
  30.  
  31. <!-- thousand seperater -->
  32. thousandseparator: ,
  33.  
  34. <!-- Additional font information -->
  35. popupfont:  Arial,B,10
  36. slabelfont: Arial,I,12
  37.  
  38. <!-- Additional color information -->
  39. bgcolor:      150,150,225
  40. labelcolor:   50,50,50
  41. popupbgcolor: 175,175,200
  42.  
  43. <!-- Legend Information -->
  44. legendfont:       Arial,N,10
  45. legendposition:   475,200
  46. legendtitle:      Legend Title
  47. LegendBackground: 255,255,255
  48. LegendBorder:     125,125,125
  49. LegendtextColor:  0,0,0
  50.  
  51. <!-- Title -->
  52. <!-- title          text,xpos,ypos,font-type,font-style,font-size,Rcolor,Gcolor,Bcolor"> -->
  53. title:              Sales by Region|200,15|Arial,BI,14|100,100,100
  54.  
  55. <!-- Free Form Text -->
  56. <!--  textn         text,xpos,ypos,font-type,font-style,font-size,Rcolor,Gcolor,Bcolor"> -->
  57. text1: Product X|100,45|Arial,B,12|0,0,175
  58. text2: Product Y|350,45|Arial,B,12|0,0,175
  59. text3: Product Z|175,220|Arial,B,12|0,0,175
  60.  
  61. <!-- Pie Data -->
  62. <!--                x,y,size,number of segments, seperation -->
  63. Pie1:                50,75,150,6,0
  64. Pie2:                350,75,150,6,10
  65. Pie3:                175,250,150,6,10
  66.  
  67. <!-- Pie Segement Labels -->
  68. pie1label1:          North America
  69. pie1label2:          Europe
  70. pie1label3:          Asia
  71. pie1label4:          Africa
  72. pie1label5:          Australia
  73. pie1label6:          South America
  74.  
  75. pie2label1:          North America
  76. pie2label2:          Europe
  77. pie2label3:          Asia
  78. pie2label4:          Africa
  79. pie2label5:          Australia
  80. pie2label6:          South America
  81.  
  82. pie3label1:          North America
  83. pie3label2:          Europe
  84. pie3label3:          Asia
  85. pie3label4:          Africa
  86. pie3label5:          Australia
  87. pie3label6:          South America
  88.  
  89. <!-- Segment Data -->
  90. <!-- segmentN       series color|legend label|legend URL|Target Frame
  91. segment1:            115,152,164|North America|http://www.jpowered.com
  92. segment2:            99,99,156|Europe
  93. segment3:            185,53,8|Asia|http://www.jpowered.com/bar_graph|new
  94. segment4:            239,214,115|Africa|http://www.trafficfile.com|_self
  95. segment5:            0,63,68|Australia
  96. segment6:            17,97,158|South America
  97.  
  98. <!-- Images -- >
  99. image1:  ./images/image1.gif,10,10
  100. image2:  ./images/image2.gif,10,30
  101.