Using Ignition 8.1.43’s Report Designer, I’ve got an XY Chart showing pump flow vs head pressure (submersible pump test lab). Data comes from MySQL and the report is generated on demand.
Is it possible to add a dynamic crosshairs or marker at the best efficiency point on the chart, calculated from that run’s dataset? If so, can it be done with native chart options, or would it require a workaround?
A Google search of JFreeChart shape render for single point gives guidance on rendering particular shapes for certain plot points–you would just need to figure out which row and column of your dataset represents that best efficiency point.