OK In progress...
This commit is contained in:
parent
4628b6cdd7
commit
0d142ac4db
|
@ -222,6 +222,9 @@ namespace CairoChart {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Zooms out ``Axis``.
|
||||
*/
|
||||
public virtual void zoom_out () {
|
||||
range.zoom_out();
|
||||
}
|
||||
|
|
|
@ -208,7 +208,7 @@ namespace CairoChart {
|
|||
}
|
||||
|
||||
/**
|
||||
* Unzooms ``Place``.
|
||||
* Zooms out ``Place``.
|
||||
*/
|
||||
public virtual void zoom_out () {
|
||||
zx0 = x0;
|
||||
|
|
|
@ -108,7 +108,7 @@ namespace CairoChart {
|
|||
}
|
||||
|
||||
/**
|
||||
* Unzooms ``Range``.
|
||||
* Zooms out ``Range``.
|
||||
*/
|
||||
public virtual void zoom_out () {
|
||||
zmin = min;
|
||||
|
|
Loading…
Reference in New Issue