Home
last modified time | relevance | path

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

/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java801 XPropertySet xMinMaxProp = xMinMaxProvider.getMinMaxLine(); in testStockProperties() local
802 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()