Hi,
Assuming that you are working with GraphBuilder, you can add short scripts to the graph using the Customize option in the menu (right-click on the chart).
The base function you want to use in this case is: Text (center justified, {x,y}, "TEXT") where {x,y} represents the coordinates for the center of the "TEXT", and TEXT in your case would be "*", "**", or "***".
You can format the TEXT by preceding the function with:
- Text Size (n), where n is the character size
- Text Color ("red")
If you have many plots to draw, you could look into developing a more sophisticated script where the position and number of asterixes could be dynamically assigned based on column values.
Best,
TS
Thierry R. Sornasse