function schema
% Defines properties for derived specplot class.
%
%   Author(s): James G. Owen
%   Copyright 1986-2002 The MathWorks, Inc. 
%   $Revision: 1.1.6.1 $ $Date: 2004/12/26 21:38:43 $

% Register class 
p = findpackage('tsguis');
c = schema.class(p,'histplot',findclass(p,'tsplot'));

%% Public properties
schema.prop(c,'Bins','MATLAB array');



