| 1355 | } |
| 1356 | |
| 1357 | void CStatGraphDlg::ClearGraph() |
| 1358 | { |
| 1359 | m_graph.Clear(); |
| 1360 | for (int j=0; j<m_graphDataArray.GetCount(); ++j) |
| 1361 | delete static_cast<MyGraphSeries*>(m_graphDataArray.GetAt(j)); |
| 1362 | m_graphDataArray.RemoveAll(); |
| 1363 | } |
| 1364 | |
| 1365 | void CStatGraphDlg::RedrawGraph() |
| 1366 | { |