I am using data driven pages and arcpy.Graph() object to automate production of synchronised map/long-section series similar to this:
I'd like to keep vertical scale for long-section part. In order to do so I have to insert a couple of dummy points at the end of profile, because I cannot access these graph's properties via arcpy:
Does anyone know how to change min/max values for axis using script?

