FreeGee Posted October 19, 2009 Posted October 19, 2009 When I add a Marker A or B the marker data is displayed at the bottom of the graph in a tiny font size as compared to other text in my graph. Is there a way to increase the font size of the marker data?
AzeoTech Posted October 19, 2009 Posted October 19, 2009 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.