function Axes = getaxes(this, varargin)
%GETAXES  Gets HG axes to which characteristics data is mapped.

%  Copyright 1986-2004 The MathWorks, Inc.
%  $Revision: 1.1.6.2 $  $Date: 2004/04/11 00:26:02 $
Axes = getaxes(this.Parent,varargin{:});