org.apache.poi.xssf.usermodel.charts
Class XSSFCategoryAxis
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
-
- org.apache.poi.xssf.usermodel.charts.XSSFCategoryAxis
-
- All Implemented Interfaces:
- ChartAxis
@Beta public class XSSFCategoryAxis extends XSSFChartAxis
Category axis type.
-
-
Constructor Summary
Constructors Constructor and Description XSSFCategoryAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx)XSSFCategoryAxis(XSSFChart chart, long id, AxisPosition pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcrossAxis(ChartAxis axis)Declare this axis cross another axis.longgetId()-
Methods inherited from class org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
getCrosses, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisible
-
-
-
-
Constructor Detail
-
XSSFCategoryAxis
public XSSFCategoryAxis(XSSFChart chart, long id, AxisPosition pos)
-
XSSFCategoryAxis
public XSSFCategoryAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG