/// <summary>Reset the min max values</summary>
 public virtual void ResetMinMax()
 {
     lock (this)
     {
         minMax.Reset();
     }
 }