]> source.dussan.org Git - poi.git/commit
Expose one more bit of style information generically (for XSSF). If someone needs...
authorGreg Woolsey <gwoolsey@apache.org>
Thu, 29 Jun 2017 23:06:27 +0000 (23:06 +0000)
committerGreg Woolsey <gwoolsey@apache.org>
Thu, 29 Jun 2017 23:06:27 +0000 (23:06 +0000)
commit07a7987a480a2074d08b50964bbb47db9c7db42d
treecb618067ec35e1f513daaa3cffff5fee587001c0
parent2cbd15ece28a1ea83f2dd2501a4ef6b507ddb2cd
Expose one more bit of style information generically (for XSSF).  If someone needs all these properties for HSSF charts as well, we can build a new Interface for the various bits and populate it with things like axis line width and color, etc. but for now I think most users are in the XSSF realm like me.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800341 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFCategoryAxis.java
src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFChartAxis.java
src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFDateAxis.java
src/ooxml/java/org/apache/poi/xssf/usermodel/charts/XSSFValueAxis.java