Searched refs:getAxisPosition (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/odk/examples/DevelopersGuide/Charts/ |
H A D | JavaSampleChartAddIn.java | 242 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 19 milliseconds