> I have an XY graph that has gas chromatography peaks. How can I label > the peaks with text information instead of point style or other legend > indentifiers.
Place a cursor/marker on the graph, hide the lines, maybe the point, show the text, and set its text to whatever you like. To do this interactively, show the cursor legend and use the style button to select various appearance settings. Programmatically, you use the graph property node, probably setting the Cursor Array with the appearance properties all at once. Greg McKaskle
