gujjula / core-plot

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

Make Constraints of Floating Axes More Robust #289

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current system of constraints takes the initial geometry of an axis, and 
applies updates accordingly. 

A more robust scheme would be to allow constraints to be declared explicitly. 
Eg. 'The axis should remain 20px from the left border of the plot area'. 'The 
axis should remain 50% of the way across the plot area.'

The existing CPTConstraints struct should be generalized to a class, and be 
capable of handling the types of constraints described above.

Original issue reported on code.google.com by drewmcco...@mac.com on 7 Jun 2011 at 10:57

GoogleCodeExporter commented 9 years ago
This should also fix issue #125.

Original comment by eskr...@mac.com on 31 Jul 2011 at 2:15

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 2926326f8a54.

Original comment by eskr...@mac.com on 5 Aug 2011 at 2:37