ChartDirector Support
Forum Home
Search
Message List
Post Message
[Jan-09-2013 21:09]
setlabelstep inq
(oded orbach)
[Jan-09-2013 21:35]
Re: setlabelstep inq
(oded orbach)
setlabelstep inq
Posted by oded orbach on Jan-09-2013 21:09
|
Reply
|
Monitor
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
|
Reply
|
Monitor
solved. please ignore