/** Zoom out current view along Y and refresh display */
voidZoomOutY();
/** Zoom view fitting given coordinates to the window (p0 and p1 do not need to be in any specific order) */
/** Zoom view fitting given coordinates to the window (p0 and p1 do not need to be in any specific order)
*/
voidZoomRect(wxPointp0,wxPointp1);
/** Refresh display */
@ -1266,7 +1269,8 @@ public:
//AddedmethodsbyDavideRondini
/** Counts the number of plot layers, excluding axes or text: this is to count only the layers which have a bounding box.
/** Counts the number of plot layers, excluding axes or text: this is to count only the layers
*whichhaveaboundingbox.
*\returnThenumberofprofilesplotted.
*/
unsignedintCountLayers();
@ -1282,28 +1286,33 @@ public:
voidPrintGraph(mpPrintout*print);
#endif
/** Returns the left-border layer coordinate that the user wants the mpWindow to show (it may be not exactly the actual shown coordinate in the case of locked aspect ratio).
/** Returns the left-border layer coordinate that the user wants the mpWindow to show
/** Returns the right-border layer coordinate that the user wants the mpWindow to show (it may be not exactly the actual shown coordinate in the case of locked aspect ratio).
/** Returns the right-border layer coordinate that the user wants the mpWindow to show
/** Returns the bottom-border layer coordinate that the user wants the mpWindow to show (it may be not exactly the actual shown coordinate in the case of locked aspect ratio).
/** Returns the bottom-border layer coordinate that the user wants the mpWindow to show
/** Returns the top layer-border coordinate that the user wants the mpWindow to show (it may be not exactly the actual shown coordinate in the case of locked aspect ratio).
/** Returns the top layer-border coordinate that the user wants the mpWindow to show
/** Set window margins, creating a blank area where some kinds of layers cannot draw. This is useful for example to draw axes outside the area where the plots are drawn.
/** Set window margins, creating a blank area where some kinds of layers cannot draw.