How To - Increase Chart Pane Height

Can anyone recommend an easy way to automatically insert some space above and below my plot. Autoscaling works great for the Y axis. However what i want to increase is the canvas height on which the plot is placed.

Here is an example of what I want to fix, so that the top of my plot is not cut off.
chartpaneheight

Old post (Change Pane Height in AFL) says it can be done in user interface, but I cannot find out where exactly! (and i only want to change it for one particular pane).

Just add GraphXSpace variable

i.e

GraphXSpace  = 10;
1 Like

@fxshrat Thanks. I cannot tell you how many times I read about this but simply forgot.
Here is the documentation that includes the explanation of GraphXspace among other things: Using graph styles, colors, titles and parameters in Indicators

And don’t forget that

GraphXSpace = -100; 

is used to get upside-down charts! :scream:

5 Likes