Home
last modified time | relevance | path

Searched refs:GetDependentAxis (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/graphy/graphy/
Dbar_chart_test.py75 self.assertTrue(self.chart.left is self.chart.GetDependentAxis())
78 self.assertTrue(self.chart.bottom, self.chart.GetDependentAxis())
Dbar_chart.py138 def GetDependentAxis(self): member in BarChart
Dcommon_test.py35 self.assertTrue(self.chart.left is self.chart.GetDependentAxis())
Dcommon.py282 def GetDependentAxis(self): member in BaseChart
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
Dencoders.py116 y_min, y_max = chart.GetDependentAxis().min, chart.GetDependentAxis().max
292 min, max = chart.GetDependentAxis().min, chart.GetDependentAxis().max