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

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

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

<!-- Popup segment Value Pre & Post Symbols
valuepresym:   $ 
valuepostsym:  

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

<!-- Additional color information -->
bgcolor:      225,225,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|Color Defintion"> -->
title:       Sales by Region|200,15|Arial,BI,14|grey

<!-- Free Form Text -->
<!--  textN  text|xpos,ypos|Font|Color Defintion"> -->
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 -->
<!--  PieN   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 -->
segment1:            115,152,164|North America
segment2:            99,99,156|Europe
segment3:            185,53,8|Asia
segment4:            239,214,115|Africa
segment5:            0,63,68|Australia
segment6:            17,97,158|South America


<!-- Images -->
<!-- imageN    imageURL,x position,y position -->
image1:        ./images/productX.gif,80,45
image2:        ./images/productY.gif,330,45
image3:        ./images/productZ.gif,155,220
