Home
last modified time | relevance | path

Searched refs:setTicksPerDomainLabel (Results 1 – 6 of 6) sorted by relevance

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DStepChartExampleActivity.java91 mySimpleXYPlot.setTicksPerDomainLabel(5); in onCreate()
DXYPlotWithBgImgActivity.java52 plot.setTicksPerDomainLabel(2); in onCreate()
DTouchZoomExampleActivity.java69 mySimpleXYPlot.getGraphWidget().setTicksPerDomainLabel(2); in onCreate()
DBarPlotExampleActivity.java134 plot.setTicksPerDomainLabel(2); in onCreate()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYPlot.java724 public void setTicksPerDomainLabel(int ticksPerDomainLabel) { in setTicksPerDomainLabel() method in XYPlot
725 graphWidget.setTicksPerDomainLabel(ticksPerDomainLabel); in setTicksPerDomainLabel()
DXYGraphWidget.java1020 public void setTicksPerDomainLabel(int ticksPerDomainLabel) { in setTicksPerDomainLabel() method in XYGraphWidget