XCellRangeAddressable.class, myRange);
CellRangeAddress myAddr = oRangeAddr.getRangeAddress();
CellRangeAddress[] oAddr = new CellRangeAddress[1];
oAddr[0] = myAddr;
XTableChartsSupplier oSupp = (XTableChartsSupplier)UnoRuntime.queryInterface(
XTableChartsSupplier.class, oSheet);
XTableChart oChart = null;
System.out.println("Insert Chart");
XTableCharts oCharts = oSupp.getCharts();
oCharts.addNewByName("Example", oRect, oAddr, true, true);
// Change some of the diagramm properties
oChart = (XTableChart) UnoRuntime.queryInterface(
XTableChart.class, ((XNameAccess) UnoRuntime.queryInterface(