Property | Explanation | Type |
---|
AddScale | True means to add a scale to the graph | Boolean |
BarWidth | The bar width | Integer |
BgColor | The graphs background color | String |
Colors | Bar colors in order of preference.(comma-delimited string of HTML colors) | String |
Legend | Legend names (comma-delimited) | String |
MaxBarHeight | The graph height | Integer |
Relative | True means build stacked-type relative-area graph. | Boolean |
ScaleColor | Scale color | String |
ScaleSize | Scale size | Integer |
ShowHLines | True means to show the horizontal lines | Boolean |
ShowVLines | True means to show the vertical lines | Boolean |
Spacing | Bar group's spcing | Integer |
Stacked | True means build stacked-type graph | Boolean |
Title | Grpah title | String |
TitleClassName | Title class | String |
XLabelClassName | The X-Label css class name | String |
XScaleValues | The X-Scale values | String |
YLabelClassName | The Y-Label css class name | String |
hLineColor | Horizontal line color | String |
vLineColor | Vertical line color | String |
xALign | {left,middle,right} | String |
xLabel | The X-Label | String |
yLabel | The Y-Label | String |