![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Axis
com.aspose.cells.ValueAxis
public class ValueAxis
Encapsulates the object that represents a chart's value axis.
Method Summary | |
---|---|
double |
getCrossAt()
Gets the point on the value axis where the other axis crosses. |
float |
getLogarithmicBase()
Gets the base of logarithmic scale. |
double |
getMajorUnit()
Gets the major units for the value axis. |
double |
getMaxValue()
Gets the maximum value on the value axis. |
double |
getMinorUnit()
Gets the minor units for the value axis. |
double |
getMinValue()
Gets the minimum value on the value axis. |
Title |
getTitle()
Gets the value axis' title. |
boolean |
isAutoCross()
Indicates whether Microsoft Workbook automatically sets the axis crossing point. |
boolean |
isAutoMajorUnit()
Indicates whether Microsoft Workbook automatically sets the major unit. |
boolean |
isAutoMax()
Indicates whether Microsoft Workbook automatically sets the max value. |
boolean |
isAutoMin()
Indicates whether Microsoft Workbook automatically sets the min value. |
boolean |
isAutoMinorUnit()
Indicates whether Microsoft Workbook automatically sets the minor unit. |
boolean |
isCrossAtMax()
Indicates whether the axis crosses at the maximum value. |
boolean |
isLogarithmic()
Indicates whether the value axis scale type is logarithmic or not. |
boolean |
isPlotOrderReversed()
Indicates whether Microsoft Workbook plots data points from last to first. |
void |
setAutoCross(boolean isAutoCross)
Sets whether Microsoft Workbook automatically sets the axis crossing point. |
void |
setCrossAt(double crossAt)
Sets the point on the value axis where the other axis crosses. |
void |
setCrossAtMax(boolean isCrossAtMax)
Sets whether the axis crosses at the maximum value. |
void |
setLogarithmic(boolean isLogarithmic)
Sets whether the value axis scale type is logarithmic or not. |
void |
setLogarithmicBase(float base)
Sets the base of logarithmic scale. |
void |
setMajorUnit(double majorUnit)
Sets the major units for the value axis. |
void |
setMaxValue(double maxValue)
Sets the maximum value on the value axis. |
void |
setMinorUnit(double minorUnit)
Sets the minor units for the value axis. |
void |
setMinValue(double minValue)
Sets the minimum value on the value axis. |
void |
setPlotOrderReversed(boolean isPlotOrderReversed)
Sets whether Microsoft Workbook plots data points from last to first. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Title getTitle()
CellsException
- if chart has bean removed.public double getCrossAt()
CellsException
- if chart has bean removed.public void setCrossAt(double crossAt)
crossAt
- the point on the value axis where the other axis crosses.
CellsException
- if chart has bean removed.public double getMajorUnit()
CellsException
- if chart has bean removed.public void setMajorUnit(double majorUnit)
majorUnit
- the major units for the value axis.
CellsException
- if chart has bean removed.public double getMinorUnit()
CellsException
- if chart has bean removed.public void setMinorUnit(double minorUnit)
minorUnit
- the minor units for the value axis.
CellsException
- if chart has bean removed.public double getMaxValue()
CellsException
- if chart has bean removed.public void setMaxValue(double maxValue)
maxValue
- the maximum value on the value axis.
CellsException
- if chart has bean removed.public double getMinValue()
CellsException
- if chart has bean removed.public void setMinValue(double minValue)
minValue
- the minimum value on the value axis.
CellsException
- if chart has bean removed.public void setCrossAtMax(boolean isCrossAtMax)
isCrossAtMax
- whether the axis crosses at the maximum value.
CellsException
- if chart has bean removed.public boolean isCrossAtMax()
CellsException
- if chart has bean removed.public void setPlotOrderReversed(boolean isPlotOrderReversed)
isPlotOrderReversed
- whether Microsoft Workbook plots data points from last to first.
CellsException
- if chart has bean removed.public boolean isPlotOrderReversed()
CellsException
- if chart has bean removed.public void setLogarithmic(boolean isLogarithmic)
isLogarithmic
- whether the value axis scale type is logarithmic or not.
CellsException
- if chart has bean removed.public boolean isLogarithmic()
CellsException
- if chart has bean removed.public float getLogarithmicBase()
public void setLogarithmicBase(float base)
base
- the base of logarithmic scale. Can only be between 2 and 1000.public boolean isAutoCross()
CellsException
- if chart has bean removed.public void setAutoCross(boolean isAutoCross)
isAutoCross
- whether Microsoft Workbook automatically sets the axis crossing point.
CellsException
- if chart has bean removed.public boolean isAutoMin()
public boolean isAutoMax()
public boolean isAutoMajorUnit()
public boolean isAutoMinorUnit()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |