Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYPlot.java45 private XYGraphWidget graphWidget; field in XYPlot
173 graphWidget = new XYGraphWidget( in onPreInit()
185 graphWidget.setBackgroundPaint(backgroundPaint); in onPreInit()
212 graphWidget.position( in onPreInit()
235 graphWidget.setMarginTop(PixelUtils.dpToPix(DEFAULT_GRAPH_WIDGET_TOP_MARGIN_DP)); in onPreInit()
236 graphWidget.setMarginRight(PixelUtils.dpToPix(DEFAULT_GRAPH_WIDGET_RIGHT_MARGIN_DP)); in onPreInit()
695 return graphWidget.getTicksPerRangeLabel(); in getTicksPerRangeLabel()
705 graphWidget.setTicksPerRangeLabel(ticksPerRangeLabel); in setTicksPerRangeLabel()
715 return graphWidget.getTicksPerDomainLabel(); in getTicksPerDomainLabel()
725 graphWidget.setTicksPerDomainLabel(ticksPerDomainLabel); in setTicksPerDomainLabel()
[all …]