<!-- ---------------------------------------------------------------------------- -->
<!-- Stacked Vertical Bar Graph - Properties File                                 -->
<!--                                                                              -->
<!-- This file defines the look & feel of the graph display.                      -->
<!--                                                                              -->
<!-- For a full explanation of each parameter see "Configuration Options"         -->
<!-- within the documentation or browse to the following page,                    -->
<!--                                                                              -->
<!-- http://www.jpowered.com/bar_graph/svbargraph/Documentation/configoptions.htm --> 
<!--                                                                              -->
<!-- ---------------------------------------------------------------------------- -->

<!-- Chart Switches -->
3D:           true
grid:         true
axis:         true
ylabels:      true
outline:      true
legend:       true
autoscale:    true
gradientfill: true

<!-- Chart Characteristics -->
nCols:            4
nRows:            6
ndecplaces:       2
nSeries:          3
chartScale:       10
chartStartY:      -20
labelOrientation: 0
labelsY:          340
labelsY_offset:   15
bar_spacing:      10
barwidth:         40
depth3D:          20
linkcursor:       hand
BackgroundColor:  White
barOutlineColor:  black

<!-- Grid properties -->
gridxpos:    70
gridypos:    325
vSpace:      30
gridStyle:   2
gridColor:   50,50,50
axisColor:   0,0,255
floorColor:  50,50,50
gridbgcolor: #EEFEFF
gridbgimage:  

<!-- Label and popup value properties -->
xlabel_font:  Arial,N,12
ylabel_font:  Arial,I,10
popupfont:    Arial,N,10
labelColor:   75,75,125
popupbgcolor: 255,255,200
popup_pre: 
popup_post: % 
ylabel_pre: 
ylabel_post: %  
thousandseparator: ,

<!-- Bar Labels -->
label1: Quarter 1
label2: Quarter 2
label3: Quarter 3
label4: Quarter 4

<!-- Legend Information -->
legendfont:       Arial,N,10
legendposition:   255,5
legendtitle:      Product Range
LegendBackground: 240,240,240
LegendBorder:     125,125,125
LegendtextColor:  50,50,50

<!-- Titles - Main, x and y -->
<!--     text|xpos,ypos|Font|Color -->
title:  Percentage Increase|50,25|Arial,BI,18|130,130,180
xtitle: Quarter|200,385|Arial,B,16|130,130,180
ytitle: Percentage|5,150|Arial,B,16|130,130,180

text1:  in Sales|50,45|Arial,BI,18|130,130,180

<!-- Series Data -->
<!--    series color|legend label|Link URL|Target Frame -->
series1: 200,140,60|Product X|./images/productX.gif|X
series2: 100,200,200|Product Y|./images/productY.gif|Y
series3: 150,90,200|Product Z|./images/productZ.gif|Z

<!-- Target Lines -->
<!--          Color|style|value|label|font -->
<!-- target1: #990000|4|28000|Break Even|Arial,N,10  -->
<!-- target2: #007700|1|55000|Target|Arial,N,10 -->

<!-- Images -->
<!--      Image URL, x, y -->
image1: ./images/productY.gif,345,40
image2: ./images/productX.gif,345,65
image3: ./images/productZ.gif,345,90


