FreeGee Posted October 19, 2009 Share 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? Link to comment Share on other sites More sharing options...
AzeoTech Posted October 19, 2009 Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.