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); }
public GraphPlot(ModuleCache cache, GraphAxis gx, GraphAxis gy) { m_cache = cache; m_gx = gx; m_gy = gy; }