<!-- ---------------------------------------------------------------------------- -->
<!-- Pie Chart Properties                                                         -->
<!--                                                                              -->
<!-- This file defines the look & feel of the pie display.                        -->
<!--                                                                              -->
<!-- For a full explanation of each parameter see "Configuration Options"         -->
<!-- within the documentation or browse to the following page,                    -->
<!--                                                                              -->
<!-- http://www.jpowered.com/pie_chart/Documentation/configoptions.htm            --> 
<!-- ---------------------------------------------------------------------------- -->


<!-- Chart Switches -->
3D:                 true
Slabels:            true
legend:             true
displayPercentages: true

<!-- Chart Characteristics -->
width:      600
height:     420
nPies:      3
depth3D:    30
ndecplaces: 0
3Dangle:    35

<!-- Link Cursor -->
<!--  valid values are - crosshair, default, hand, move, text or wait -->
linkCursor: hand

<!-- thousand seperater -->
thousandseparator: ,

<!-- Additional font information -->
popupfont:  Arial,B,10
slabelfont: Arial,I,12

<!-- Additional color information -->
bgcolor:      150,150,225
labelcolor:   50,50,50
popupbgcolor: 175,175,200

<!-- Legend Information -->
legendfont:       Arial,N,10
legendposition:   475,200
legendtitle:      Legend Title
LegendBackground: 255,255,255
LegendBorder:     125,125,125
LegendtextColor:  0,0,0

<!-- Title -->
<!-- title          text,xpos,ypos,font-type,font-style,font-size,Rcolor,Gcolor,Bcolor"> -->
title:              Sales by Region|200,15|Arial,BI,14|100,100,100

<!-- Free Form Text -->
<!--  textn         text,xpos,ypos,font-type,font-style,font-size,Rcolor,Gcolor,Bcolor"> -->
text1: Product X|100,45|Arial,B,12|0,0,175
text2: Product Y|350,45|Arial,B,12|0,0,175
text3: Product Z|175,220|Arial,B,12|0,0,175

<!-- Pie Data -->
<!--                x,y,size,number of segments, seperation -->
Pie1:                50,75,150,6,0
Pie2:                350,75,150,6,10
Pie3:                175,250,150,6,10

<!-- Pie Segement Labels -->
pie1label1:          North America
pie1label2:          Europe
pie1label3:          Asia
pie1label4:          Africa
pie1label5:          Australia
pie1label6:          South America

pie2label1:          North America
pie2label2:          Europe
pie2label3:          Asia
pie2label4:          Africa
pie2label5:          Australia
pie2label6:          South America

pie3label1:          North America
pie3label2:          Europe
pie3label3:          Asia
pie3label4:          Africa
pie3label5:          Australia
pie3label6:          South America

<!-- Segment Data -->
<!-- segmentN       series color|legend label|legend URL|Target Frame
segment1:            115,152,164|North America|http://www.jpowered.com
segment2:            99,99,156|Europe
segment3:            185,53,8|Asia|http://www.jpowered.com/bar_graph|new
segment4:            239,214,115|Africa|http://www.trafficfile.com|_self
segment5:            0,63,68|Australia
segment6:            17,97,158|South America

<!-- Images -- >
image1:  ./images/image1.gif,10,10
image2:  ./images/image2.gif,10,30
