function mustExportChartFunctions = export_chart_functions(chart)

%   Copyright 1995-2002 The MathWorks, Inc.
%   $Revision: 1.6.2.1 $  $Date: 2004/04/15 00:51:43 $

	mustExportChartFunctions = 0;
	if sf('get',chart,'chart.exportChartFunctions')
		mustExportChartFunctions = 1;
	end
