Class DateAxis
java.lang.Object
com.independentsoft.office.charts.DateAxis
- All Implemented Interfaces:
IAxis
The Class DateAxis.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the base time unit.Gets the chart shape properties.Gets the cross between.Gets the crosses.doubleGets the crosses value.longGets the crossing axis id.longgetID()Gets the id.intGets the label offset.Gets the major gridlines.Gets the major tick mark.Gets the major time unit.doubleGets the major unit.Gets the minor gridlines.Gets the minor tick mark.Gets the minor time unit.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.booleanisAuto()Checks if is auto.booleanisDelete()Checks if is delete.voidsetAuto(boolean auto)Sets the auto.voidsetBaseTimeUnit(TimeUnit baseTimeUnit)Sets the base time unit.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.voidsetID(long id)Sets the id.voidsetLabelOffset(int labelOffset)Sets the label offset.voidsetMajorGridlines(MajorGridlines majorGridlines)Sets the major gridlines.voidsetMajorTickMark(TickMark majorTickMark)Sets the major tick mark.voidsetMajorTimeUnit(TimeUnit majorTimeUnit)Sets the major time unit.voidsetMajorUnit(double majorUnit)Sets the major unit.voidsetMinorGridlines(MinorGridlines minorGridlines)Sets the minor gridlines.voidsetMinorTickMark(TickMark minorTickMark)Sets the minor tick mark.voidsetMinorTimeUnit(TimeUnit minorTimeUnit)Sets the minor time unit.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
-
DateAxis
public DateAxis()Instantiates a new date 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
-
getBaseTimeUnit
Gets the base time unit.- Returns:
- the base time unit
-
setBaseTimeUnit
Sets the base time unit.- Parameters:
baseTimeUnit- the new base time unit
-
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
-
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
-
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
-
getMajorTimeUnit
Gets the major time unit.- Returns:
- the major time unit
-
setMajorTimeUnit
Sets the major time unit.- Parameters:
majorTimeUnit- the new major time 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
-
getMinorTimeUnit
Gets the minor time unit.- Returns:
- the minor time unit
-
setMinorTimeUnit
Sets the minor time unit.- Parameters:
minorTimeUnit- the new minor time 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
-