<!-- ---------------------------------------------------------------------------- -->
<!-- Stacked Horizontal 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/shbarchart/Documentation/configoptions.htm --> 
<!--                                                                              -->
<!-- ---------------------------------------------------------------------------- -->

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

<!-- Chart Characteristics -->
width:               450
height:              440
nCols:               12
nRows:               6
ndecplaces:          0
nSeries:             3
chartScale:          10000
chartStartX:         0
labelOrientation:    0
labelsX:             45
labelsX_offset:      15
bar_spacing:         6
barwidth:            20
depth3D:             15
linkcursor:          hand
BackgroundColor:     White
barOutlineColor:     black

<!-- Grid properties -->
gridxpos:       100
gridypos:       375
hSpace:         30
gridStyle:      2
gridColor:      50,50,50
axisColor:      0,0,255
floorColor:     50,50,50
gridbgcolor:    #EEEEFF
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:   
xlabel_pre:   $  
xlabel_post: 

<!-- Bar Labels -->
label1:  January
label2:  February
label3:  March
label4:  April
label5:  May  
label6:  June  
label7:  July  
label8:  August  
label9:  September
label10: October  
label11: November  
label12: December  

<!-- Legend Information -->
legendfont:          Arial,N,10
legendposition:      325,60
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:   Sales by Month|50,25|Arial,BI,18|130,130,180
xtitle:  Sales Value|150,435|Arial,B,16|130,130,180
ytitle:  Month|15,150|Arial,B,16|130,130,180

<!-- Series Data -->
<!--      series color|legend label|Link URL|Target Frame -->
series1:     199,199,199|Product X|combo('c1')|javascript
series2:     200,100,100|Product Y|combo('c2')|javascript
series3:     100,100,200|Product Z|combo('c3')|javascript

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

<!-- Free Form Text -->
<!--     text|xpos,ypos|Font|Color -->
text1:   Note :|325,200|Arial,N,12|0,0,175
text2:   New product range|325,215|Arial,N,12|50,50,50
text3:   launched during|325,230|Arial,N,12|50,50,50
text4:   quarter 2.|325,245|Arial,N,12|50,50,50

<!-- Images -->
<!--      Image URL, x, y -->
image1:  ./images/productY.gif,415,95
image2:  ./images/productX.gif,415,120
image3:  ./images/productZ.gif,415,145


