Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java75 private int ticksPerDomainLabel = 1; field in XYGraphWidget
1017 return ticksPerDomainLabel; in getTicksPerDomainLabel()
1020 public void setTicksPerDomainLabel(int ticksPerDomainLabel) { in setTicksPerDomainLabel() argument
1021 this.ticksPerDomainLabel = ticksPerDomainLabel; in setTicksPerDomainLabel()
DXYPlot.java724 public void setTicksPerDomainLabel(int ticksPerDomainLabel) { in setTicksPerDomainLabel() argument
725 graphWidget.setTicksPerDomainLabel(ticksPerDomainLabel); in setTicksPerDomainLabel()