Easy Chart Java Documentation

thanks man!
Do we have any doc or JDK manual to see what other functions do we have? How I can get the Y axes value of currently Zoomed in?

{ Moved to a new topic. Avoid reviving really old topics. }

Ignition's Java Docs for the Easy Chart are here:

https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.21/com/inductiveautomation/factorypmi/application/components/PMIEasyChart.html

It (and the Classic Chart) are built with graphics from JFreeChart, so those objects are documented over here:

https://www.jfree.org/jfreechart/api/javadoc/

Most of the good stuff is in the latter. Particularly when used in the EasyChart's configureChart extension method.

1 Like