Пример #1
0
 /// <summary>
 /// Changes the count of displayed points.
 /// Needs to be called after Graphrenderer initialized
 /// </summary>
 /// <param name="count">New count of the displayed points.</param>
 public void NumberOfDisplayedPoints(int count)
 {
     if (count > 2)
     {
         m_GraphRenderer.ChangeGraphPointNumber(count);
     }
 }