Home
last modified time | relevance | path

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

/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java396 float fNewCharHeight = (float)(16.0); in testAxis() local
397 xProp.setPropertyValue( "CharHeight", new Float( fNewCharHeight )); in testAxis()
399 … AnyConverter.toFloat( xProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testAxis()
450 float fNewCharHeight = (float)(11.0); in testLegend() local
451 xLegendProp.setPropertyValue( "CharHeight", new Float( fNewCharHeight )); in testLegend()
453 … AnyConverter.toFloat( xLegendProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testLegend()