UpdateGraph() публичный Метод

This function is to be called after you have pushed new magnitude(s) to the graph's lines and want the control re-rendered to take the changes into account.
public UpdateGraph ( ) : void
Результат void
Пример #1
0
            // ===================================================================

            /// <summary>
            /// Clears any currently displayed magnitudes.
            /// </summary>

            public void Clear()
            {
                m_Line.m_MagnitudeList.Clear();
                m_Owner.UpdateGraph();
            }