www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffnode/getGraphSameY.m

    function bYStatus = getGraphSameY(obj)
%GETGRAPHSAMEY Return setting of common Y-axis display on graphs
%
%  USESAMEY = GETGRAPHSAMEY(OBJ) returns true if the usage of a common
%  Y-axis on graphs is turned on for this object, false otherwise.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


bYStatus = obj.GraphDisplaySameY;