/// <summary>
 /// Recalculate dial lines and numbers positions to a new speed scale.
 /// </summary>
 /// <param name="maxSpeedMpS">Maximal speed to show in m/s, which will be recalculated to the actual unit: km/h or mph</param>
 public void SetRange(float maxSpeedMpS)
 {
     CircularSpeedGauge.SetRange(maxSpeedMpS);
 }