gujjula / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

allowsUserInteraction shouldn't need to be set to use PlotSpace:scaleBy #308

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Invoking the scaleBy method on a PlotSpace where allowsUserInteraction is set 
to 'NO' returns without effect.

This is incorrect as the ability to scale should be available programmatically 
regardless whether or not the option to allow the user to manually manipulate 
the graph is available.

To test, set allowsUserInteraction = NO and attempt to scale, the rendered 
graph will remain at the same dimensions.

To fix, simply remove the check of allowsUserInteraction at the start of the 
scaleBy method.

Original issue reported on code.google.com by k.noswor...@gmail.com on 22 Jul 2011 at 2:02

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 00fc013741e7.

Original comment by eskr...@mac.com on 26 Jul 2011 at 12:11