Searched refs:xMinMaxProp (Results 1 – 1 of 1) sorted by relevance
825 XPropertySet xMinMaxProp = xMinMaxProvider.getMinMaxLine(); in testStockProperties() local826 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 16 milliseconds