Hello myDBR Representative,
Is there a way to turn off auto-scaling and set the minValue for the 2nd Y-axis to 0?
- Noah
Hello myDBR Representative,
Is there a way to turn off auto-scaling and set the minValue for the 2nd Y-axis to 0?
- Noah
Noah,
you can use native ChartDirector command:
select 'dbr.chart.options', 'chartdirector', '$c->yAxis2->setLinearScale(0, 300);';
--
myDBR Team
This worked! Thank you.
You must log in to post.