Home
last modified time | relevance | path

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

/aoo42x/main/chart2/qa/
H A DTestCaseOldAPI.java825 XPropertySet xMinMaxProp = xMinMaxProvider.getMinMaxLine(); in testStockProperties() local
826 assure( "No MinMaxLine", xMinMaxProp != null ); in testStockProperties()
829 xMinMaxProp.setPropertyValue( "LineColor", new Integer( nLineColor )); in testStockProperties()
830 int nNewColor = AnyConverter.toInt( xMinMaxProp.getPropertyValue( "LineColor" ) ); in testStockProperties()

Completed in 9 milliseconds