if (axis.getChartDimensionAttribute().equals("z")) {
// z axis
axis.removeProperty(StyleChartPropertiesElement.DisplayLabel);
axis.removeProperty(StyleChartPropertiesElement.Logarithmic);
axis.removeProperty(StyleChartPropertiesElement.ReverseDirection);
axis.removeProperty(StyleChartPropertiesElement.LineBreak);
axis.removeProperty(StyleGraphicPropertiesElement.StrokeColor);
axis.removeProperty(StyleTextPropertiesElement.FontSize);
axis.removeProperty(StyleTextPropertiesElement.FontSizeAsian);
axis.removeProperty(StyleTextPropertiesElement.FontSizeComplex);