private void WritePlotData(float x, float y, float z)
 {
     _dataGraph.AddData(x, y, z);
 }