change font size of Marker


FreeGee

Recommended Posts

There are graph variables you can access from other controls (say a variable value control) to display these values however you want. You'll first need to name the graph, then its:

Component.mygraph.markerA_Valid

Component.mygraph.markerA_X

Component.mygraph.markerA_Y

Component.mygraph.markerB_Valid

Component.mygraph.markerB_X

Component.mygraph.markerB_Y

There are ones for peak markers too. Valid is 1 if the marker is on the graph, and 0 if it is not. "mygraph" is the name of your graph.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.