
Hello there,
I've a chart with a Y axis in a given fixed range between {0,10}. In that case my chart also shows some negative values and values above 10, which shouldn't.
When I also add a point inside my defined area, everything works fine, as long as, this new point is in the range of {0,10}, however, by adding a point outside of the range, the Y axis gets a new range automatically to make sure to display the modified line series.
So, I would like:
- set a fixed Y axis range
- deactivate the automatic axis update
Is there a way to realize that?
Thanks in advise.