Home
last modified time | relevance | path

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

/aoo42x/main/chart2/qa/
H A DTestCaseOldAPI.java371 Object oMax = xProp.getPropertyValue( "Max" ); in testAxis() local
372 assure( "No Maximum set", AnyConverter.isDouble( oMax )); in testAxis()
373 fMax1 = AnyConverter.toDouble( oMax ); in testAxis()
378 oMax = xProp.getPropertyValue( "Max" ); in testAxis()
379 assure( "No Maximum set", AnyConverter.isDouble( oMax )); in testAxis()
380 fMax2 = AnyConverter.toDouble( oMax ); in testAxis()

Completed in 16 milliseconds