module HROOT.Hist.TGraph
       (TGraph(..), ITGraph(..), upcastTGraph, downcastTGraph, newTGraph,
        tGraph_GetEditable, tGraph_GetFunction, tGraph_GetHistogram,
        tGraph_GetMaxSize, tGraph_GetN, tGraph_GetMaximum,
        tGraph_GetMinimum, tGraph_GetXaxis, tGraph_GetYaxis,
        tGraph_PaintGraph, tGraph_PaintGrapHist)
       where
import HROOT.Hist.TGraph.RawType
import HROOT.Hist.TGraph.Interface
import HROOT.Hist.TGraph.Implementation