Lines Matching refs:xChartDocument
151 XChartDocument xChartDocument = null; in testDisableLegend() local
152 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testDisableLegend()
154 SCUtil.setChartType(xChartDocument, inputType); in testDisableLegend()
155 result = (Boolean) SCUtil.getProperties(xChartDocument, "HasLegend"); in testDisableLegend()
157 SCUtil.setProperties(xChartDocument, "HasLegend", false); in testDisableLegend()
164 xChartDocument = SCUtil.getChartByName(sheet, chartName); in testDisableLegend()
165 result = (Boolean) SCUtil.getProperties(xChartDocument, "HasLegend"); in testDisableLegend()
202 XChartDocument xChartDocument = null; in testLegendPosition() local
203 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testLegendPosition()
205 SCUtil.setChartType(xChartDocument, inputType); in testLegendPosition()
207 XShape legend = xChartDocument.getLegend(); in testLegendPosition()
216 xChartDocument = SCUtil.getChartByName(sheet, chartName); in testLegendPosition()
217 result = (Boolean) SCUtil.getProperties(xChartDocument, "HasLegend"); in testLegendPosition()
218 legend = xChartDocument.getLegend(); in testLegendPosition()