# File temp/Graph/Graph.rb, line 575
      def field_width
        (@graph_width.to_f - font_size*2*right_font) /
           (get_x_labels.length - right_align)
      end