Searched refs:xMinMaxProp (Results 1 – 1 of 1) sorted by relevance
801 XPropertySet xMinMaxProp = xMinMaxProvider.getMinMaxLine(); in testStockProperties() local802 assertTrue( "No MinMaxLine", xMinMaxProp != null ); in testStockProperties()805 xMinMaxProp.setPropertyValue( "LineColor", new Integer( nLineColor )); in testStockProperties()806 int nNewColor = AnyConverter.toInt( xMinMaxProp.getPropertyValue( "LineColor" ) ); in testStockProperties()