*ScatterDrew: Restored deprecated FitToData()

git-svn-id: svn://ultimatepp.org/upp/trunk@9308 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2015-12-19 20:53:55 +00:00
parent 96d2b4c4e6
commit 45de1da3d6
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}

View file

@ -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);