09-24-2013 05:15 AM
Dear all,
Regarding Scatter Graph.
I can draw some text on the plot area in the AfterDrawPlotArea event with e.Graphics.DrawString(...).
But how is it possible to draw text on the axes (X or Y)?
The enclosed screen dump shows a text (TEST) drawn at the bottom of the plot area,
but I would like it to be drawn approx. 20 pixel further down (on the X-axis).
Which event should I use for that?
Thanks in advance for any help!
09-25-2013 03:02 AM
Hi PureNI
Wasn't it a possibility to draw it below the graph by using the position of the graph together with the hight of the graph? Like I showed you in the cursors example.
Best Regards
Anders Rohde
Applications Engineer
National Instruments Denmark
09-25-2013 03:18 AM
Hi Anders,
The problem is not to position the custom drawing, but which event to use for the custom drawing.