Ejemplo n.º 1
0
 def _setxmtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'xmtics2',
         value)
     self._xmtics2 = value
Ejemplo n.º 2
0
 def _setyticlabels2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'yticlabels2',
         value)
     self._yticlabels2 = value
Ejemplo n.º 3
0
 def _setxmtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'xmtics1',
         value)
     self._xmtics1 = value
Ejemplo n.º 4
0
 def _setyticlabels1(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "yticlabels1", value)
     self._yticlabels1 = value
Ejemplo n.º 5
0
 def _setyticlabels1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'yticlabels1',
         value)
     self._yticlabels1 = value
Ejemplo n.º 6
0
 def _setxticlabels2(self,value):
      value=VCS_validation_functions.checkStringDictionary(self,'xticlabels2',value)
      self._xticlabels2=value
      setmember(self,'xticlabels2',value)
Ejemplo n.º 7
0
 def _setxmtics1(self,value):
      value=VCS_validation_functions.checkStringDictionary(self,'xmtics1',value)
      self._xmtics1=value
      setmember(self,'xmtics1',value)
Ejemplo n.º 8
0
 def _setyticlabels2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self, 'yticlabels2', value)
     self._yticlabels2 = value
     setmember(self, 'yticlabels2', value)
Ejemplo n.º 9
0
 def _setxmtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self, 'xmtics2', value)
     self._xmtics2 = value
     setmember(self, 'xmtics2', value)
Ejemplo n.º 10
0
 def _setymtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "ymtics1", value)
     self._ymtics1 = value
     setmember(self, "ymtics1", value)
Ejemplo n.º 11
0
 def _setxticlabels1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self, 'xticlabels1', value)
     self._xticlabels1 = value
     setmember(self, 'xticlabels1', value)
Ejemplo n.º 12
0
 def _setxmtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "xmtics2", value)
     self._xmtics2 = value
     setmember(self, "xmtics2", value)
Ejemplo n.º 13
0
 def _setymtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "ymtics2", value)
     self._ymtics2 = value
Ejemplo n.º 14
0
 def _setxmtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "xmtics1", value)
     self._xmtics1 = value
Ejemplo n.º 15
0
 def _setymtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'ymtics1',
         value)
     self._ymtics1 = value
Ejemplo n.º 16
0
 def _setymtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self, 'ymtics1', value)
     self._ymtics1 = value
     setmember(self, 'ymtics1', value)
Ejemplo n.º 17
0
 def _setymtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'ymtics2',
         value)
     self._ymtics2 = value
Ejemplo n.º 18
0
 def _setxticlabels1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'xticlabels1',
         value)
     self._xticlabels1 = value
Ejemplo n.º 19
0
 def _setyticlabels1(self,value):
      value=VCS_validation_functions.checkStringDictionary(self,'yticlabels1',value)
      self._yticlabels1=value
      setmember(self,'yticlabels1',value)
Ejemplo n.º 20
0
 def _setxticlabels2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'xticlabels2',
         value)
     self._xticlabels2 = value
Ejemplo n.º 21
0
 def _setymtics2(self,value):
      value=VCS_validation_functions.checkStringDictionary(self,'ymtics2',value)
      self._ymtics2=value
      setmember(self,'ymtics2',value)
Ejemplo n.º 22
0
 def _setxticlabels2(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "xticlabels2", value)
     self._xticlabels2 = value