예제 #1
0
파일: Options.cs 프로젝트: jimnash/GraphLib
 internal void ShowYAxisLegendToolStripMenuItem_Click(object sender, EventArgs e)
 {
     _graphPanel.ShowYAxisLegendToolStripMenuItem.Checked = !_graphPanel.ShowYAxisLegendToolStripMenuItem.Checked;
     _graphPanel.SetTheYAxisLegend(_graphPanel.ShowYAxisLegendToolStripMenuItem.Checked);
 }