Home
last modified time | relevance | path

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

/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java723 ChartDataRowSource eNewSource = ChartDataRowSource.ROWS; in setStockData_Type4() local
724 xDiaProp.setPropertyValue( "DataRowSource", eNewSource ); in setStockData_Type4()
728 xDiaProp.getPropertyValue( "DataRowSource" )) == eNewSource ); in setStockData_Type4()
860 ChartDataRowSource eNewSource = ChartDataRowSource.ROWS; in testData() local
861 xDiaProp.setPropertyValue( "DataRowSource", eNewSource ); in testData()
865 xDiaProp.getPropertyValue( "DataRowSource" )) == eNewSource ); in testData()