Home
last modified time | relevance | path

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

/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java347 Object oMax = xProp.getPropertyValue( "Max" ); in testAxis() local
348 assertTrue( "No Maximum set", AnyConverter.isDouble( oMax )); in testAxis()
349 fMax1 = AnyConverter.toDouble( oMax ); in testAxis()
354 oMax = xProp.getPropertyValue( "Max" ); in testAxis()
355 assertTrue( "No Maximum set", AnyConverter.isDouble( oMax )); in testAxis()
356 fMax2 = AnyConverter.toDouble( oMax ); in testAxis()