I have a graph which needs to plot 30 values in x axis. Even after setting interval to 1 then graph readjusts the x-axis based on the width available in screen.
The same graph needs to be exported to pdf. so that I need to show the entire data for export.
Is there any way we can plot the entire graph to pdf without plotting the graph in the view?
If not is there any mechanism to adjust the frame of the chart to fit with all these values?
Can we redraw the plot to pdf rather than saving the view into pdf