Class ChartCategoryAxis
java.lang.Object
com.independentsoft.office.charts.ChartCategoryAxis
- All Implemented Interfaces:
IAxis
The Class ChartCategoryAxis.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the crosses.doubleGets the crosses value.longGets the crossing axis id.longgetID()Gets the id.Gets the label alignment.intGets the label offset.Gets the major gridlines.Gets the major tick mark.Gets the minor gridlines.Gets the minor tick mark.Gets the number format.Gets the position.Gets the scaling.Gets the text properties.Gets the tick label position.intGets the tick label skip.intGets the tick mark skip.getTitle()Gets the title.booleanisAuto()Checks if is auto.booleanisDelete()Checks if is delete.booleanChecks if is no multi level labels.voidsetAuto(boolean auto)Sets the auto.voidsetCrosses(Crosses crosses)Sets the crosses.voidsetCrossesValue(double crossesValue)Sets the crosses value.voidsetCrossingAxisID(long crossingAxisID)Sets the crossing axis id.voidsetDelete(boolean delete)Sets the delete.voidsetID(long id)Sets the id.voidsetLabelAlignment(LabelAlignment labelAlignment)Sets the label alignment.voidsetLabelOffset(int labelOffset)Sets the label offset.voidsetMajorGridlines(MajorGridlines majorGridlines)Sets the major gridlines.voidsetMajorTickMark(TickMark majorTickMark)Sets the major tick mark.voidsetMinorGridlines(MinorGridlines minorGridlines)Sets the minor gridlines.voidsetMinorTickMark(TickMark minorTickMark)Sets the minor tick mark.voidsetNoMultiLevelLabels(boolean noMultiLevelLabels)Sets the no multi level labels.voidsetNumberFormat(NumberFormat numberFormat)Sets the number format.voidsetPosition(AxisPosition position)Sets the position.voidsetScaling(Scaling scaling)Sets the scaling.voidsetTickLabelPosition(TickLabelPosition tickLabelPosition)Sets the tick label position.voidsetTickLabelSkip(int tickLabelSkip)Sets the tick label skip.voidsetTickMarkSkip(int tickMarkSkip)Sets the tick mark skip.voidSets the title.toString()
-
Constructor Details
-
ChartCategoryAxis
public ChartCategoryAxis()Instantiates a new chart category axis.
-
-
Method Details
-
clone
-
toString
-
isAuto
public boolean isAuto()Checks if is auto.- Returns:
- true, if is auto
-
setAuto
public void setAuto(boolean auto)Sets the auto.- Parameters:
auto- the new auto
-
getID
public long getID()Gets the id.- Returns:
- the id
-
setID
public void setID(long id)Sets the id.- Parameters:
id- the new id
-
getPosition
Gets the position.- Returns:
- the position
-
setPosition
Sets the position.- Parameters:
position- the new position
-
getCrossingAxisID
public long getCrossingAxisID()Gets the crossing axis id.- Returns:
- the crossing axis id
-
setCrossingAxisID
public void setCrossingAxisID(long crossingAxisID)Sets the crossing axis id.- Parameters:
crossingAxisID- the new crossing axis id
-
getCrosses
Gets the crosses.- Returns:
- the crosses
-
setCrosses
Sets the crosses.- Parameters:
crosses- the new crosses
-
getCrossesValue
public double getCrossesValue()Gets the crosses value.- Returns:
- the crosses value
-
setCrossesValue
public void setCrossesValue(double crossesValue)Sets the crosses value.- Parameters:
crossesValue- the new crosses value
-
isDelete
public boolean isDelete()Checks if is delete.- Returns:
- true, if is delete
-
setDelete
public void setDelete(boolean delete)Sets the delete.- Parameters:
delete- the new delete
-
getLabelAlignment
Gets the label alignment.- Returns:
- the label alignment
-
setLabelAlignment
Sets the label alignment.- Parameters:
labelAlignment- the new label alignment
-
getLabelOffset
public int getLabelOffset()Gets the label offset.- Returns:
- the label offset
-
setLabelOffset
public void setLabelOffset(int labelOffset)Sets the label offset.- Parameters:
labelOffset- the new label offset
-
getMajorGridlines
Gets the major gridlines.- Returns:
- the major gridlines
-
setMajorGridlines
Sets the major gridlines.- Parameters:
majorGridlines- the new major gridlines
-
getMajorTickMark
Gets the major tick mark.- Returns:
- the major tick mark
-
setMajorTickMark
Sets the major tick mark.- Parameters:
majorTickMark- the new major tick mark
-
getMinorGridlines
Gets the minor gridlines.- Returns:
- the minor gridlines
-
setMinorGridlines
Sets the minor gridlines.- Parameters:
minorGridlines- the new minor gridlines
-
getMinorTickMark
Gets the minor tick mark.- Returns:
- the minor tick mark
-
setMinorTickMark
Sets the minor tick mark.- Parameters:
minorTickMark- the new minor tick mark
-
getNumberFormat
Gets the number format.- Returns:
- the number format
-
setNumberFormat
Sets the number format.- Parameters:
numberFormat- the new number format
-
isNoMultiLevelLabels
public boolean isNoMultiLevelLabels()Checks if is no multi level labels.- Returns:
- true, if is no multi level labels
-
setNoMultiLevelLabels
public void setNoMultiLevelLabels(boolean noMultiLevelLabels)Sets the no multi level labels.- Parameters:
noMultiLevelLabels- the new no multi level labels
-
getScaling
Gets the scaling.- Returns:
- the scaling
-
setScaling
Sets the scaling.- Parameters:
scaling- the new scaling
-
getTitle
Gets the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
title- the new title
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-
getTickLabelPosition
Gets the tick label position.- Returns:
- the tick label position
-
setTickLabelPosition
Sets the tick label position.- Parameters:
tickLabelPosition- the new tick label position
-
getTickLabelSkip
public int getTickLabelSkip()Gets the tick label skip.- Returns:
- the tick label skip
-
setTickLabelSkip
public void setTickLabelSkip(int tickLabelSkip)Sets the tick label skip.- Parameters:
tickLabelSkip- the new tick label skip
-
getTickMarkSkip
public int getTickMarkSkip()Gets the tick mark skip.- Returns:
- the tick mark skip
-
setTickMarkSkip
public void setTickMarkSkip(int tickMarkSkip)Sets the tick mark skip.- Parameters:
tickMarkSkip- the new tick mark skip
-
getTextProperties
Gets the text properties.- Returns:
- the text properties
-