Class ValueAxis
java.lang.Object
com.independentsoft.office.charts.ValueAxis
- All Implemented Interfaces:
IAxis
The Class ValueAxis.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the cross between.Gets the crosses.doubleGets the crosses value.longGets the crossing axis id.Gets the display units.longgetID()Gets the id.Gets the major gridlines.Gets the major tick mark.doubleGets the major unit.Gets the minor gridlines.Gets the minor tick mark.doubleGets the minor unit.Gets the number format.Gets the position.Gets the scaling.Gets the text properties.Gets the tick label position.getTitle()Gets the title.booleanisDelete()Checks if is delete.voidsetCrossBetween(CrossBetween crossBetween)Sets the cross between.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.voidsetDisplayUnits(DisplayUnits displayUnits)Sets the display units.voidsetID(long id)Sets the id.voidsetMajorGridlines(MajorGridlines majorGridlines)Sets the major gridlines.voidsetMajorTickMark(TickMark majorTickMark)Sets the major tick mark.voidsetMajorUnit(double majorUnit)Sets the major unit.voidsetMinorGridlines(MinorGridlines minorGridlines)Sets the minor gridlines.voidsetMinorTickMark(TickMark minorTickMark)Sets the minor tick mark.voidsetMinorUnit(double minorUnit)Sets the minor unit.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.voidSets the title.toString()
-
Constructor Details
-
ValueAxis
public ValueAxis()Instantiates a new value axis.
-
-
Method Details
-
clone
-
toString
-
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
-
getCrossBetween
Gets the cross between.- Returns:
- the cross between
-
setCrossBetween
Sets the cross between.- Parameters:
crossBetween- the new cross between
-
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
-
getDisplayUnits
Gets the display units.- Returns:
- the display units
-
setDisplayUnits
Sets the display units.- Parameters:
displayUnits- the new display units
-
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
-
getMajorUnit
public double getMajorUnit()Gets the major unit.- Returns:
- the major unit
-
setMajorUnit
public void setMajorUnit(double majorUnit)Sets the major unit.- Parameters:
majorUnit- the new major unit
-
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
-
getMinorUnit
public double getMinorUnit()Gets the minor unit.- Returns:
- the minor unit
-
setMinorUnit
public void setMinorUnit(double minorUnit)Sets the minor unit.- Parameters:
minorUnit- the new minor unit
-
getNumberFormat
Gets the number format.- Returns:
- the number format
-
setNumberFormat
Sets the number format.- Parameters:
numberFormat- the new number format
-
getScaling
Gets the scaling.- Returns:
- the scaling
-
setScaling
Sets the scaling.- Parameters:
scaling- the new scaling
-
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
-
getTitle
Gets the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
title- the new title
-
getTextProperties
Gets the text properties.- Returns:
- the text properties
-