HomeSort by relevance Sort by last modified time
    Searched full:domainaxisbottom (Results 1 - 1 of 1) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYGraphWidget.java 109 private boolean domainAxisBottom = true;
401 widgetRect.top + ((domainAxisBottom)?1:domainLabelWidth),
403 widgetRect.bottom - ((domainAxisBottom)?domainLabelWidth:1));
455 if (domainAxisBottom){
466 if (domainAxisBottom){
    [all...]

Completed in 60 milliseconds