Home
last modified time | relevance | path

Searched refs:setRangeLabelWidth (Results 1 – 4 of 4) sorted by relevance

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DDualScaleXYPlotExampleActivity.java83 graphWidget_LEFT.setRangeLabelWidth(50); in onCreate()
105 graphWidget_RIGHT.setRangeLabelWidth(graphWidget_LEFT.getRangeLabelWidth()); in onCreate()
DTouchZoomExampleActivity.java75 mySimpleXYPlot.getGraphWidget().setRangeLabelWidth(25); in onCreate()
DXYRegionExampleActivity.java267 plot.getGraphWidget().setRangeLabelWidth(25); in makePlotPretty()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java854 public void setRangeLabelWidth(float rangeLabelWidth) { in setRangeLabelWidth() method in XYGraphWidget
1181 setRangeLabelWidth(1); // needs to be at least 1 to display grid line. in setRangeAxisPosition()
1194 setRangeLabelWidth(1); // needs to be at least 1 to display grid line. in setRangeAxisPosition()
1203 setRangeLabelWidth(r.right + getRangeLabelTickExtension()); in setRangeAxisPosition()