Hello Venky,
Sorry for not addressing that second question. The answer is, yes, you should be able to see them in the property page, but it is not defined in the file NiGraph.h. If you add the type definition in, you will be able to use it in your code.
I modified NiGraph.h so it looks like:
...
TrackZoomRectY = 8,
// Positions annotations with the mouse.
TrackDragAnnotation = 9,
// Aaron Added
TrackZoomRectXYUndo = 10
};
....
Then, I can use the constant, TrackZoomRectXYUndo in my code. Hope this helps. Take care!
Regards,
Aaron B.
National Instruments