Home
last modified time | relevance | path

Searched refs:getTicksPerDomainLabel (Results 1 – 2 of 2) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java563 if (i % getTicksPerDomainLabel() == 0) { in drawGrid()
586 if (i % getTicksPerDomainLabel() == 0) { in drawGrid()
1016 public int getTicksPerDomainLabel() { in getTicksPerDomainLabel() method in XYGraphWidget
DXYPlot.java714 public int getTicksPerDomainLabel() { in getTicksPerDomainLabel() method in XYPlot
715 return graphWidget.getTicksPerDomainLabel(); in getTicksPerDomainLabel()