I'm wanting my y-axis to show the ticker at intervals of 8. I've set my scale mode to manual with a min of 0 and a max of 48 but it still defaults to showing a tick at intervals of 5.
I haven't seen a setting or option to customise this yet, is there a way to do it?
/* Draw the scale */
$scaleSettings = array("Mode"=>SCALE_MODE_MANUAL,"ManualScale"=>array(0=>array("Min"=>1,"Max"=>56)));
$myPicture->drawScale($scaleSettings);