Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java846 public void setDomainLabelWidth(float domainLabelWidth) { in setDomainLabelWidth() method in XYGraphWidget
1224 setDomainLabelWidth(1); // needs to be at least 1 to display grid line. in setDomainAxisPosition()
1237 setDomainLabelWidth(1); // needs to be at least 1 to display grid line. in setDomainAxisPosition()
1248 setDomainLabelWidth(fontHeight + getDomainLabelTickExtension()); in setDomainAxisPosition()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYRegionExampleActivity.java270 plot.getGraphWidget().setDomainLabelWidth(15); in makePlotPretty()