Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java227 Point aMaxPtSeq[][] = new Point[ 1 ][]; in refresh() local
228 aMaxPtSeq[ 0 ] = new Point[ nLength ]; in refresh()
242 aMaxPtSeq[ 0 ][ i ] = new Point( getAxisPosition( aXAxis, aData[ i ][ 0 ], false ), in refresh()
253 aShapeProp.setPropertyValue( "PolyPolygon", aMaxPtSeq ); in refresh()

Completed in 13 milliseconds