|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.charts.XlsChartAxis
com.spire.xls.core.spreadsheet.charts.XlsChartValueAxis
public class XlsChartValueAxis
| Constructor Summary | |
|---|---|
XlsChartValueAxis(java.lang.Object parent,
boolean isPrimary)
|
|
| Method Summary | |
|---|---|
XlsChartAxis |
deepClone(java.lang.Object parent,
java.util.HashMap dicFontIndexes,
java.util.HashMap dicNewSheetNames)
Clones current object. |
double |
getCrossesAt()
Represents the point on the axis another axis crosses it. |
double |
getCrossValue()
Value of category axis crosses. |
ChartDisplayUnitType |
getDisplayUnit()
Returns or sets the unit label for the specified axis. |
double |
getDisplayUnitCustom()
Represents custom unit to display. |
double |
getLogBase()
Represents the logarithmic base. |
double |
getMajorUnit()
Returns or sets the major units for the value axis |
double |
getMaxValue()
Maximum value on axis. |
double |
getMinorUnit()
Value of minor increment. |
double |
getMinValue()
Minimum value on axis. |
boolean |
hasDisplayUnitLabel()
True if the label is displayed on the specified axis. |
void |
hasDisplayUnitLabel(boolean value)
True if the label is displayed on the specified axis. |
boolean |
isAutoCross()
Automatic category crossing point selected. |
boolean |
isAutoMajor()
Automatic major selected. |
void |
isAutoMajor(boolean value)
Automatic major selected. |
boolean |
isAutoMax()
Automatic maximum selected. |
void |
isAutoMax(boolean value)
Automatic maximum selected. |
boolean |
isAutoMin()
Automatic minimum selected. |
void |
isAutoMin(boolean value)
Automatic minimum selected. |
boolean |
isAutoMinor()
Automatic minor selected. |
void |
isAutoMinor(boolean value)
Automatic minor selected. |
boolean |
isLogScale()
Logarithmic scale. |
void |
isLogScale(boolean value)
Logarithmic scale. |
boolean |
isMaxCross()
Category axis to cross at maximum value. |
boolean |
isReverseOrder()
Values in reverse order. |
void |
isReverseOrder(boolean isReverseOrder)
Sets values in reverse order. |
void |
setCrossesAt(double crossesAt)
Sets the point on the axis another axis crosses it. |
void |
setCrossValue(double value)
Value of category axis crosses. |
void |
setDisplayUnit(ChartDisplayUnitType value)
Returns or sets the unit label for the specified axis. |
void |
setDisplayUnitCustom(double value)
Represents custom unit to display. |
void |
setLogBase(double value)
Represents the logarithmic base. |
void |
setMajorUnit(double majorUnit)
Sets the major units for the value axis |
void |
setMaxValue(double maxValue)
sets maximum value on axis. |
void |
setMinorUnit(double minorUnit)
Sets the value of minor increment. |
void |
setMinValue(double minValue)
Sets minimum value on axis. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Methods inherited from interface com.spire.xls.core.IChartAxis |
|---|
getAlignment, getAxisType, getBorder, getChart3DOptions, getFont, getMajorGridLines, getMajorTickMark, getMinorGridLines, getMinorTickMark, getNumberFormat, getShadow, getTextRotationAngle, getTickLabelPosition, getTitle, getTitleArea, getVisible, hasMajorGridLines, hasMajorGridLines, hasMinorGridLines, hasMinorGridLines, setAlignment, setMajorTickMark, setMinorTickMark, setNumberFormat, setTextRotationAngle, setTickLabelPosition, setTitle, setVisible |
| Constructor Detail |
|---|
public XlsChartValueAxis(java.lang.Object parent,
boolean isPrimary)
| Method Detail |
|---|
public double getLogBase()
public void setLogBase(double value)
public double getMinValue()
getMinValue in interface IChartValueAxispublic void setMinValue(double minValue)
setMinValue in interface IChartValueAxispublic double getMaxValue()
getMaxValue in interface IChartValueAxispublic void setMaxValue(double maxValue)
setMaxValue in interface IChartValueAxispublic double getMajorUnit()
getMajorUnit in interface IChartValueAxispublic void setMajorUnit(double majorUnit)
public double getMinorUnit()
getMinorUnit in interface IChartValueAxispublic void setMinorUnit(double minorUnit)
setMinorUnit in interface IChartValueAxispublic double getCrossValue()
getCrossValue in interface IChartValueAxispublic void setCrossValue(double value)
setCrossValue in interface IChartValueAxispublic double getCrossesAt()
getCrossesAt in interface IChartValueAxispublic void setCrossesAt(double crossesAt)
setCrossesAt in interface IChartValueAxispublic boolean isAutoMin()
isAutoMin in interface IChartValueAxispublic void isAutoMin(boolean value)
isAutoMin in interface IChartValueAxispublic boolean isAutoMax()
isAutoMax in interface IChartValueAxispublic void isAutoMax(boolean value)
isAutoMax in interface IChartValueAxispublic boolean isAutoMajor()
isAutoMajor in interface IChartValueAxispublic void isAutoMajor(boolean value)
isAutoMajor in interface IChartValueAxispublic boolean isAutoMinor()
isAutoMinor in interface IChartValueAxispublic void isAutoMinor(boolean value)
isAutoMinor in interface IChartValueAxispublic boolean isAutoCross()
isAutoCross in interface IChartValueAxispublic boolean isLogScale()
isLogScale in interface IChartValueAxispublic void isLogScale(boolean value)
isLogScale in interface IChartValueAxispublic boolean isReverseOrder()
isReverseOrder in interface IChartValueAxispublic void isReverseOrder(boolean isReverseOrder)
isReverseOrder in interface IChartValueAxispublic boolean isMaxCross()
isMaxCross in interface IChartValueAxispublic double getDisplayUnitCustom()
public void setDisplayUnitCustom(double value)
public ChartDisplayUnitType getDisplayUnit()
public void setDisplayUnit(ChartDisplayUnitType value)
public boolean hasDisplayUnitLabel()
public void hasDisplayUnitLabel(boolean value)
public XlsChartAxis deepClone(java.lang.Object parent,
java.util.HashMap dicFontIndexes,
java.util.HashMap dicNewSheetNames)
deepClone in class XlsChartAxisparent - Parent object.dicFontIndexes - Dictionary with new indexes.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||