Home
last modified time | relevance | path

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

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYRegionExampleActivity.java348 plot.getGraphWidget().addDomainAxisValueLabelRegion( in axisLabelSetup()
350 plot.getGraphWidget().addDomainAxisValueLabelRegion( in axisLabelSetup()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java205 public void addDomainAxisValueLabelRegion(double min, double max, in addDomainAxisValueLabelRegion() method in XYGraphWidget