module HROOT.Hist.TGraph
  (
    TGraph(..)
  , ITGraph(..)
  , upcastTGraph
  , downcastTGraph
  , newTGraph
  , tGraphGetEditable
  , tGraphGetFunction
  , tGraphGetHistogram
  , tGraphGetMaxSize
  , tGraphGetN
  , tGraphGetMaximum
  , tGraphGetMinimum
  , tGraphGetXaxis
  , tGraphGetYaxis
  , tGraphPaintGraph
  , tGraphPaintGrapHist
 
  ) where

import HROOT.Hist.TGraph.RawType
import HROOT.Hist.TGraph.Interface
import HROOT.Hist.TGraph.Implementation