mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
*ScatterDrew: Restored deprecated FitToData()
git-svn-id: svn://ultimatepp.org/upp/trunk@9308 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
96d2b4c4e6
commit
45de1da3d6
2 changed files with 2 additions and 2 deletions
|
|
@ -368,7 +368,7 @@ ScatterDraw &ScatterDraw::SetXYMin(double xmin, double ymin, double ymin2) {
|
|||
}
|
||||
|
||||
// Deprecated
|
||||
void ScatterDraw::FitToDatakk(bool vertical, double factor) {
|
||||
void ScatterDraw::FitToData(bool vertical, double factor) {
|
||||
ZoomToFit(true, vertical, factor);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ public:
|
|||
double GetYMax();
|
||||
double GetYMin();*/
|
||||
|
||||
void FitToDatakk(bool vertical = false, double factor = 0); // Deprecated
|
||||
void FitToData(bool vertical = false, double factor = 0); // Deprecated
|
||||
void ZoomToFit(bool horizontal = true, bool vertical = false, double factor = 0);
|
||||
void Zoom(double scale, bool hor = true, bool ver = true);
|
||||
void Scroll(double factorX, double factorY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue