ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  setlabelstep inq
Posted by oded orbach on Jan-09-2013 21:09
peter, if you would:
how this works in vb6? what is floor?
#the label step is set such that the labels are at least 15 pixels apart
$c->xAxis->setLabelStep(floor(count($visibleLabels) * 15 / $c->getPlotArea()->getWidth()) + 1);
thanks

  Re: setlabelstep inq
Posted by oded orbach on Jan-09-2013 21:35
solved. please ignore