Home
last modified time | relevance | path

Searched refs:setDomainLabel (Results 1 – 5 of 5) sorted by relevance

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DOrientationSensorExampleActivity.java93 aprLevelsPlot.setDomainLabel(""); in onCreate()
124 aprHistoryPlot.setDomainLabel("Sample Index"); in onCreate()
DTimeSeriesActivity.java94 plot1.setDomainLabel("Year"); in onCreate()
DXYPlotWithBgImgActivity.java44 plot.setDomainLabel("x-vals"); in onCreate()
DTouchZoomExampleActivity.java77 mySimpleXYPlot.setDomainLabel(""); in onCreate()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYPlot.java774 public void setDomainLabel(String domainLabel) { in setDomainLabel() method in XYPlot