MCPcopy
hub / github.com/PyQt5/PyQt / setBackgroundEnabled

Method setBackgroundEnabled

QtDataVisualization/BarsVisualization.py:267–268  ·  view source on GitHub ↗
(self, enabled)

Source from the content-addressed store, hash-verified

265 self.m_xRotation, self.m_yRotation)
266
267 def setBackgroundEnabled(self, enabled):
268 self.m_graph.activeTheme().setBackgroundEnabled(enabled)
269
270 def setGridEnabled(self, enabled):
271 self.m_graph.activeTheme().setGridEnabled(enabled)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected