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;
 def __init__(self, sId, oData, oDisp=None):
     WuiHlpGraphBase.__init__(self, sId, oData, oDisp)
     self.cxMaxBar = 480
     self.fpMax = None
     self.fpMin = 0.0
 def __init__(self, sId, oData, oDisp):
     WuiHlpGraphBase.__init__(self, sId, oData, oDisp)
Exemple #5
0
 def __init__(self, sId, oData, oDisp = None):
     WuiHlpGraphBase.__init__(self, sId, oData, oDisp);
     self.cxMaxBar = 480;
     self.fpMax = None;
     self.fpMin = 0;
Exemple #6
0
 def __init__(self, sId, oData, oDisp):
     WuiHlpGraphBase.__init__(self, sId, oData, oDisp);