I am using a dataset as my line chart datasource. On this chart, we are showing data with a y-axis scaled 50 to 300. In the odd case, we have a data point > 300. This shows a line off the chart, through the title, etc. We don't want to adjust the scale, for display reasons.
Is there any way to have the values > than the y-axis max cut off? Or do I need to go through the data in the code?
Thanks |