function h = datatip(AX, varargin)
%DATATIP is obsolete.

% Old Help
%DATATIP  Line tip wrapper function (Obsolete)
%
%   h = DATATIP(AX,'PropertyName1',value1,'PropertyName2,'value2,...) 
%   will activate linetip with the following options:
%
%      AX:       handle of axis to be scanned.
%
%

%  Author(s): John Glass
%  Revised:
%  Copyright 1986-2004 The MathWorks, Inc.
%   $Revision: 1.1.6.2 $  $Date: 2004/04/10 23:14:52 $

h = [];
%% Throw a warning that datatips are not supported anymore
warning(['This function is no longer supported.']);

