Example #1
0
 public GraphPlotArea(ModuleCache cache, GraphAxis gx, GraphAxis gy)
 {
     m_cache    = cache;
     m_gx       = gx;
     m_gy       = gy;
     m_fontNote = new Font("Century Gothic", 8.0f);
 }
Example #2
0
 public GraphPlot(ModuleCache cache, GraphAxis gx, GraphAxis gy)
 {
     m_cache = cache;
     m_gx    = gx;
     m_gy    = gy;
 }