yAxisMinValue for 2nd Y-Axis

(3 posts) (2 voices)
  1. nsepetys, Member

    Hello myDBR Representative,

    Is there a way to turn off auto-scaling and set the minValue for the 2nd Y-axis to 0?

    - Noah

  2. myDBR Team, Key Master

    Noah,
    you can use native ChartDirector command:

    select 'dbr.chart.options', 'chartdirector', '$c->yAxis2->setLinearScale(0, 300);';

    --
    myDBR Team

  3. nsepetys, Member

    This worked! Thank you.


Reply

You must log in to post.