function setcharprefs(this,property,value)
% SETCHARPREFS is a method that updates the characteristics preferences of the plot. 

%   Authors: Kamesh Subbarao
%   Copyright 1986-2004 The MathWorks, Inc.
%   $Revision: 1.1.6.3 $  $Date: 2004/12/26 21:52:42 $

switch property
case 'UnwrapPhase'
    this.Preferences.UnwrapPhase = value;
case 'ComparePhase'
    this.Preferences.ComparePhase = value;
case 'MinGainLimit'
    this.Preferences.MinGainLimit = value;
end