Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java242 aMaxPtSeq[ 0 ][ i ] = new Point( getAxisPosition( aXAxis, aData[ i ][ 0 ], false ), in refresh()
243 getAxisPosition( aYAxis, fMax, true )); in refresh()
244 aMinPtSeq[ 0 ][ i ] = new Point( getAxisPosition( aXAxis, aData[ i ][ 0 ], false ), in refresh()
245 getAxisPosition( aYAxis, fMin, true )); in refresh()
362 private int getAxisPosition( XShape aAxis, double fValue, boolean bVertical ) in getAxisPosition() method in JavaSampleChartAddIn

Completed in 10 milliseconds