2022-12-26 04:31 AM
I need to know X and Y position from some points in static graph widget. Is it possible to getX and getY from the vector datapoint of static graph?
2022-12-29 05:11 AM
Hello @FDigi,
You should be able to access the X and Y coordinates of your StaticGraph points thanks to the xValues and yValues members of the StaticDataGraph class.
/Yoann