jami Report post Posted December 2, 2012 As the attached picture, how can I make additional setting to do it? Thanks. the code as follow: <chart numPDivLines='5' caption='<?php echo $row_rs_stock['stockname'];?> (<?php echo $row_rs_stock['stockid'];?>)' PyAxisMinValue='<?php echo ($min-$step);?>' PyAxisMaxValue='<?php echo ($max+$step);?>' canvasBorderColor='DAE1E8' canvasBgColor='FFFFFF' bgColor='EEF2FB' adjustDiv='0' divLineColor='DAE1E8' decimalPrecision='2' numberPrefix='' showNames='1' bearBorderColor='000000' bearFillColor='000000' bullBorderColor='1F3165' bullFillColor='FF0000' baseFontColor='444C60' outCnvBaseFontColor='444C60' hoverCapBorderColor='DAE1E8' hoverCapBgColor='FFFFFF' rotateNames='0' PYAxisName='Price' VYAxisName='VOL' volumeHeightPercent='20' animation='0' showAboutMenuItem='0' > Share this post Link to post Share on other sites
Swarnam Report post Posted December 3, 2012 Hey, To increase the margin space on the right, please try adding "chartRightMargin" attribute to the chart element? Hope this helps. Share this post Link to post Share on other sites
jami Report post Posted December 3, 2012 Hey, To increase the margin space on the right, please try adding "chartRightMargin" attribute to the chart element? Hope this helps. Thanks. Share this post Link to post Share on other sites