|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.charts.XlsChartAxis
com.spire.xls.core.spreadsheet.charts.XlsChartCategoryAxis
com.spire.xls.charts.ChartCategoryAxis
public class ChartCategoryAxis
Constructor Summary | |
---|---|
ChartCategoryAxis(java.lang.Object parent,
boolean isPrimary)
|
Method Summary | |
---|---|
CellRange |
getCategoryLabels()
Category labels for the chart. |
ExcelFont |
getFont()
Gets font used for axis text displaying. |
ChartGridLine |
getMajorGridLines()
Returns a ChartGridLine object that represents the major gridlines for the specified axis. |
ChartGridLine |
getMinorGridLines()
Returns a ChartGridLine object that represents the minor gridlines for the specified axis. |
ChartTextArea |
getTitleArea()
Returns text area for the axis title. |
Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
---|
dispose |
Methods inherited from interface com.spire.xls.core.IChartAxis |
---|
getAlignment, getAxisType, getBorder, getChart3DOptions, getMajorTickMark, getMinorTickMark, getNumberFormat, getShadow, getTextRotationAngle, getTickLabelPosition, getTitle, getVisible, hasMajorGridLines, hasMajorGridLines, hasMinorGridLines, hasMinorGridLines, setAlignment, setMajorTickMark, setMinorTickMark, setNumberFormat, setTextRotationAngle, setTickLabelPosition, setTitle, setVisible |
Constructor Detail |
---|
public ChartCategoryAxis(java.lang.Object parent, boolean isPrimary)
Method Detail |
---|
public CellRange getCategoryLabels()
getCategoryLabels
in interface IChartCategoryAxis
getCategoryLabels
in class XlsChartCategoryAxis
public ExcelFont getFont()
getFont
in interface IChartAxis
getFont
in class XlsChartAxis
public ChartTextArea getTitleArea()
getTitleArea
in interface IChartAxis
getTitleArea
in class XlsChartAxis
public ChartGridLine getMajorGridLines()
getMajorGridLines
in interface IChartAxis
getMajorGridLines
in class XlsChartAxis
public ChartGridLine getMinorGridLines()
getMinorGridLines
in interface IChartAxis
getMinorGridLines
in class XlsChartAxis
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |