Easy chart scripting

Hi Guys!

how do I set the lower and upper limits of the Y-Axis of an easy chart through scripting ?

thanks and regards
Dominic

Two possibilities:

  • Update the axes property for the appropriate ranges, affecting all pens for that axis, or
  • Dig into JFreeChart’s ValueAxis types in the configureChart extension function to set limits on a pen-by-pen basis. You would have to interate through the charts datasets (jfreechart datasets – different animal from Ignition datasets) and the pens within them.