home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / 3dpie / Documentation / pieprops.txt < prev    next >
Text File  |  2004-12-23  |  2KB  |  97 lines

  1. <!-- Chart Switches -->
  2. 3D:                 true
  3. Slabels:            true
  4. legend:             true
  5. displayPercentages: true
  6. labellines:         true
  7.  
  8. <!-- Chart Characteristics -->
  9. width:      600
  10. height:     420
  11. nPies:      3
  12. depth3D:    15
  13. ndecplaces: 0
  14. 3Dangle:    50
  15.  
  16. <!-- Link Cursor -->
  17. <!--  valid values are - crosshair, default, hand, move, text or wait -->
  18. linkCursor: hand
  19.  
  20. <!-- Popup segment Value Pre & Post Symbols
  21. valuepresym:   $ 
  22. valuepostsym:  
  23.  
  24. <!-- thousand seperater -->
  25. thousandseparator: ,
  26.  
  27. <!-- Additional font information -->
  28. popupfont:  Arial,B,10
  29. slabelfont: Arial,I,10
  30.  
  31. <!-- Additional color information -->
  32. bgcolor:      225,225,225
  33. labelcolor:   50,50,50
  34. popupbgcolor: 175,175,200
  35.  
  36. <!-- Legend Information -->
  37. legendfont:       Arial,N,10
  38. legendposition:   475,200
  39. legendtitle:      Legend Title
  40. LegendBackground: 255,255,255
  41. LegendBorder:     125,125,125
  42. LegendtextColor:  0,0,0
  43.  
  44. <!-- Title -->
  45. <!-- title   text|xpos,ypos|Font|Color Defintion"> -->
  46. title:       Sales by Region|200,15|Arial,BI,14|grey
  47.  
  48. <!-- Free Form Text -->
  49. <!--  textN  text|xpos,ypos|Font|Color Defintion"> -->
  50. text1:       Product X|100,45|Arial,B,12|0,0,175
  51. text2:       Product Y|350,45|Arial,B,12|0,0,175
  52. text3:       Product Z|175,220|Arial,B,12|0,0,175
  53.  
  54. <!-- Pie Data -->
  55. <!--  PieN   x,y,size,number of segments, seperation -->
  56. Pie1:        50,75,150,6,0
  57. Pie2:        350,75,150,6,10
  58. Pie3:        175,250,150,6,10
  59.  
  60. <!-- Pie Segement Labels -->
  61. pie1label1:  North America
  62. pie1label2:  Europe
  63. pie1label3:  Asia
  64. pie1label4:  Africa
  65. pie1label5:  Australia
  66. pie1label6:  South America
  67.  
  68. pie2label1:  North America
  69. pie2label2:  Europe
  70. pie2label3:  Asia
  71. pie2label4:  Africa
  72. pie2label5:  Australia
  73. pie2label6:  South America
  74.  
  75. pie3label1:  North America
  76. pie3label2:  Europe
  77. pie3label3:  Asia
  78. pie3label4:  Africa
  79. pie3label5:  Australia
  80. pie3label6:  South America
  81.  
  82. <!-- Segment Data -->
  83. <!-- segmentN       series color|legend label -->
  84. segment1:            115,152,164|North America
  85. segment2:            99,99,156|Europe
  86. segment3:            185,53,8|Asia
  87. segment4:            239,214,115|Africa
  88. segment5:            0,63,68|Australia
  89. segment6:            17,97,158|South America
  90.  
  91.  
  92. <!-- Images -->
  93. <!-- imageN    imageURL,x position,y position -->
  94. image1:        ./images/productX.gif,80,45
  95. image2:        ./images/productY.gif,330,45
  96. image3:        ./images/productZ.gif,155,220
  97.