Exemplo n.º 1
0
 internal void ShowYAxisToolStripMenuItem_Click(object sender, EventArgs e)
 {
     _graphPanel.ShowYAxisToolStripMenuItem.Checked = !_graphPanel.ShowYAxisToolStripMenuItem.Checked;
     _graphPanel.SetTheYAxis(_graphPanel.ShowYAxisToolStripMenuItem.Checked);
 }