if ((String) labelCellRange[i] != null) {
series.setChartLabelCellAddressAttribute((String) labelCellRange[i]);
}
ChartDataPointElement point = series.newChartDataPointElement();
point.setChartRepeatedAttribute(new Integer(numSeries));
}
ChartWallElement wall = plotArea.newChartWallElement();
wall.setProperty(StyleGraphicPropertiesElement.Stroke, "none");
wall.setProperty(StyleGraphicPropertiesElement.StrokeColor, "#b3b3b3");