Hello jan fischer,
Unfortunately there are only two possible options here but I am not quite sure whether they will be useful for your scenario that displays percentage values on the YAxis as both options require extending the YAxis range and values like -20% and 120% would look a bit odd:
- You can set the YAxis.AxisMode property to "Extended" and that will automatically extend the YAxis range with a single step above the maximum range value:
- Alternatively, you can set YAxisRange.AutoScale to false and extend the YAxis range in both directions manually:
Greetings,
Manuel
the Telerik team
Watch a
video
on how to optimize your support resource searches and
check out more tips
on the blogs.
Follow the status of features or bugs in
PITS
and vote for them to affect their priority.