Home
last modified time | relevance | path

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

/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java339 XAxisYSupplier xYAxisSuppl = (XAxisYSupplier) UnoRuntime.queryInterface( in testAxis() local
341 assertTrue( "Diagram is no y-axis supplier", xYAxisSuppl != null ); in testAxis()
343 XPropertySet xProp = xYAxisSuppl.getYAxis(); in testAxis()