When drawing a histogram with pos and neg values you can remove the “0” line by specifying the Draw option “0”.
THStack is for histograms. The equivalent for graphs is the class TMultiGraph.
see examples in the tutorials like $ROOTSYS/tutorials/graphs/multigraph.C
Rene