-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
set the Y range #1079
Comments
Hi, that's the closest thing i could find at least by the name of the method: for example CorePlot has this line: plotSpace.yRange = [CPTPlotRange plotRangeWithLocation:CPTDecimalFromFloat(minValue) |
or at least get the area that you set for the graph? |
To limit the y range - you can use axisMinValue/axisMaxValue. |
i needed to transform the actual value to the container frame point. thats why i needed it to be fixed. but i found that you enabled it with "getPixelForValue". thanks. |
i want the minimum and maximum values to be exactly the start and the begining of the y range.
i need it to fixed every time. how can i do it?
The text was updated successfully, but these errors were encountered: