Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResetAllAxes does not take into account AbsoluteMinimum and AbsoluteMaximum of Axis #21

Open
objorke opened this issue Aug 14, 2014 · 0 comments

Comments

@objorke
Copy link
Member

objorke commented Aug 14, 2014

Imported from http://oxyplot.codeplex.com/workitem/9969

ishanSaxena 2012-07-26 14:52
I like OxyPlot very much. But I am finding it hard, when I want to zoom to full extents of the plot using ResetAll Axes() function and just want to clip some portion of the plot. It seems like ResetAllAxes ignores AbsoluteMinimum and AbsoluteMaximum of
Axis and applies zoom extents as per the series data. Can you please suggest how I can restrict ResetAllAxes function to zoom to the AbsoluteMaximum and AbsoluteMinimum of the Axes.

mohitvashistha 2012-07-27 08:14
To achieve the above mentioned zoom extent behavior you need to set Maximum and Minimum along with the AbsoluteMaximum and AbsoluteMinimum properties of the Axis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants