예제 #1
0
 def __init__(self, sId, oData, oDisp):
     WuiHlpGraphBase.__init__(self, sId, oData, oDisp)
     self._fXkcdStyle = True
 def __init__(self, sId, oData, oDisp):
     WuiHlpGraphBase.__init__(self, sId, oData, oDisp);
     self._fXkcdStyle    = True;
예제 #3
0
 def __init__(self, sId, oData, oDisp=None):
     WuiHlpGraphBase.__init__(self, sId, oData, oDisp)
     self.cxMaxBar = 480
     self.fpMax = None
     self.fpMin = 0.0
예제 #4
0
 def __init__(self, sId, oData, oDisp):
     WuiHlpGraphBase.__init__(self, sId, oData, oDisp)
예제 #5
0
 def __init__(self, sId, oData, oDisp = None):
     WuiHlpGraphBase.__init__(self, sId, oData, oDisp);
     self.cxMaxBar = 480;
     self.fpMax = None;
     self.fpMin = 0;
예제 #6
0
 def __init__(self, sId, oData, oDisp):
     WuiHlpGraphBase.__init__(self, sId, oData, oDisp);