]> source.dussan.org Git - poi.git/commit
Bug 54676: added new chart axis type: Category axis
authorCédric Walter <cedricwalter@apache.org>
Fri, 22 Nov 2013 17:45:00 +0000 (17:45 +0000)
committerCédric Walter <cedricwalter@apache.org>
Fri, 22 Nov 2013 17:45:00 +0000 (17:45 +0000)
commite9b8faa748d71f32dca0e7db1f5b26914e2de721
treef3b5fea733ffe29cfbadc11edc7ae7a3125d5c7f
parent44c9f41cc9b274e41b33926242e254bdce9cf0b6
Bug 54676: added new chart axis type: Category axis

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1544612 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/usermodel/charts/ChartAxisFactory.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFChart.java
src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.java [new file with mode: 0644]
src/ooxml/testcases/org/apache/poi/xssf/usermodel/charts/TestXSSFCategoryAxis.java [new file with mode: 0644]