Class ValueAxis

java.lang.Object
com.independentsoft.office.charts.ValueAxis
All Implemented Interfaces:
IAxis

public class ValueAxis extends Object implements IAxis
The Class ValueAxis.
  • Constructor Details

    • ValueAxis

      public ValueAxis()
      Instantiates a new value axis.
  • Method Details

    • clone

      public ValueAxis clone()
      Specified by:
      clone in interface IAxis
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public AxisPosition getPosition()
      Gets the position.
      Returns:
      the position
    • setPosition

      public void setPosition(AxisPosition position)
      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

      public CrossBetween getCrossBetween()
      Gets the cross between.
      Returns:
      the cross between
    • setCrossBetween

      public void setCrossBetween(CrossBetween crossBetween)
      Sets the cross between.
      Parameters:
      crossBetween - the new cross between
    • getCrosses

      public Crosses getCrosses()
      Gets the crosses.
      Returns:
      the crosses
    • setCrosses

      public void setCrosses(Crosses crosses)
      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

      public DisplayUnits getDisplayUnits()
      Gets the display units.
      Returns:
      the display units
    • setDisplayUnits

      public void setDisplayUnits(DisplayUnits displayUnits)
      Sets the display units.
      Parameters:
      displayUnits - the new display units
    • getMajorGridlines

      public MajorGridlines getMajorGridlines()
      Gets the major gridlines.
      Returns:
      the major gridlines
    • setMajorGridlines

      public void setMajorGridlines(MajorGridlines majorGridlines)
      Sets the major gridlines.
      Parameters:
      majorGridlines - the new major gridlines
    • getMajorTickMark

      public TickMark getMajorTickMark()
      Gets the major tick mark.
      Returns:
      the major tick mark
    • setMajorTickMark

      public void setMajorTickMark(TickMark majorTickMark)
      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

      public MinorGridlines getMinorGridlines()
      Gets the minor gridlines.
      Returns:
      the minor gridlines
    • setMinorGridlines

      public void setMinorGridlines(MinorGridlines minorGridlines)
      Sets the minor gridlines.
      Parameters:
      minorGridlines - the new minor gridlines
    • getMinorTickMark

      public TickMark getMinorTickMark()
      Gets the minor tick mark.
      Returns:
      the minor tick mark
    • setMinorTickMark

      public void setMinorTickMark(TickMark minorTickMark)
      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

      public NumberFormat getNumberFormat()
      Gets the number format.
      Returns:
      the number format
    • setNumberFormat

      public void setNumberFormat(NumberFormat numberFormat)
      Sets the number format.
      Parameters:
      numberFormat - the new number format
    • getScaling

      public Scaling getScaling()
      Gets the scaling.
      Returns:
      the scaling
    • setScaling

      public void setScaling(Scaling scaling)
      Sets the scaling.
      Parameters:
      scaling - the new scaling
    • getChartShapeProperties

      public ChartShapeProperties getChartShapeProperties()
      Gets the chart shape properties.
      Returns:
      the chart shape properties
    • getTickLabelPosition

      public TickLabelPosition getTickLabelPosition()
      Gets the tick label position.
      Returns:
      the tick label position
    • setTickLabelPosition

      public void setTickLabelPosition(TickLabelPosition tickLabelPosition)
      Sets the tick label position.
      Parameters:
      tickLabelPosition - the new tick label position
    • getTitle

      public Title getTitle()
      Gets the title.
      Returns:
      the title
    • setTitle

      public void setTitle(Title title)
      Sets the title.
      Parameters:
      title - the new title
    • getTextProperties

      public TextProperties getTextProperties()
      Gets the text properties.
      Returns:
      the text properties