How do I extend the displayable area for Yaxis data in a graph?
I've seen reference to the chart object now being obsolete, so I've used graphs within my report.
However I need to extend the YAxis -and was hoping there was a property that I could set to something like...
myGraph.PlotArea.YAxisMode = ChartYAxisMode.Extended
how can this be done ?