Hi Dave,
You can use Axis.setLinearScale or Axis.setLinearScale2 to specify the scale. For example, in C++:
c->yAxis()->setLinearScale(0, 5000, 1000);
See:
https://www.advsofteng.com/doc/cdcpp.htm#Axis.setLinearScale.htm
https://www.advsofteng.com/doc/cdcpp.htm#Axis.setLinearScale2.htm
(Note: The above links are for ChartDirector for C++. The same methods are also available in other programming language editions of ChartDirector.)
Best Regards
Peter Kwan |