Since ‘Graph3’ is the x-axis where y = 0, you can use interp1 to find the intersection of Graph1:
G1G3Intx = interp1(ReactiveChange, Reactive_QCP1(:,1), 0);
This will give you the value of ‘Reactive_QCP1’ where ‘ReactiveChange’ is zero. Is that what you want?