com.aspose.slides
Interface IAxis
- All Superinterfaces:
- IChartComponent, IFormattedTextContainer
- All Known Implementing Classes:
- Axis
public interface IAxis
- extends IChartComponent, IFormattedTextContainer
Encapsulates the object that represents a chart's axis.
getAxisBetweenCategories
boolean getAxisBetweenCategories()
setAxisBetweenCategories
void setAxisBetweenCategories(boolean value)
getCrossAt
float getCrossAt()
setCrossAt
void setCrossAt(float value)
getDisplayUnit
int getDisplayUnit()
setDisplayUnit
void setDisplayUnit(int value)
isAutomaticMaxValue
boolean isAutomaticMaxValue()
isAutomaticMaxValue
void isAutomaticMaxValue(boolean value)
getMaxValue
double getMaxValue()
setMaxValue
void setMaxValue(double value)
getMinorUnit
double getMinorUnit()
setMinorUnit
void setMinorUnit(double value)
isAutomaticMinorUnit
boolean isAutomaticMinorUnit()
isAutomaticMinorUnit
void isAutomaticMinorUnit(boolean value)
getMajorUnit
double getMajorUnit()
setMajorUnit
void setMajorUnit(double value)
isAutomaticMajorUnit
boolean isAutomaticMajorUnit()
isAutomaticMajorUnit
void isAutomaticMajorUnit(boolean value)
isAutomaticMinValue
boolean isAutomaticMinValue()
isAutomaticMinValue
void isAutomaticMinValue(boolean value)
getMinValue
double getMinValue()
setMinValue
void setMinValue(double value)
isLogarithmic
boolean isLogarithmic()
isLogarithmic
void isLogarithmic(boolean value)
getLogBase
double getLogBase()
setLogBase
void setLogBase(double value)
isPlotOrderReversed
boolean isPlotOrderReversed()
isPlotOrderReversed
void isPlotOrderReversed(boolean value)
isVisible
boolean isVisible()
isVisible
void isVisible(boolean value)
getMajorTickMark
int getMajorTickMark()
setMajorTickMark
void setMajorTickMark(int value)
getMinorTickMark
int getMinorTickMark()
setMinorTickMark
void setMinorTickMark(int value)
getTickLabelPosition
int getTickLabelPosition()
setTickLabelPosition
void setTickLabelPosition(int value)
getMajorUnitScale
int getMajorUnitScale()
setMajorUnitScale
void setMajorUnitScale(int value)
getMinorUnitScale
int getMinorUnitScale()
setMinorUnitScale
void setMinorUnitScale(int value)
getBaseUnitScale
int getBaseUnitScale()
setBaseUnitScale
void setBaseUnitScale(int value)
getMinorGridLinesFormat
IChartLinesFormat getMinorGridLinesFormat()
getMajorGridLinesFormat
IChartLinesFormat getMajorGridLinesFormat()
getShowMinorGridLines
boolean getShowMinorGridLines()
getShowMajorGridLines
boolean getShowMajorGridLines()
getFormat
IAxisFormat getFormat()
getTitle
IChartTitle getTitle()
getCrossType
int getCrossType()
setCrossType
void setCrossType(int value)
getPosition
int getPosition()
setPosition
void setPosition(int value)
hasTitle
boolean hasTitle()
hasTitle
void hasTitle(boolean value)
getNumberFormat
java.lang.String getNumberFormat()
setNumberFormat
void setNumberFormat(java.lang.String value)
isNumberFormatLinkedToSource
boolean isNumberFormatLinkedToSource()
isNumberFormatLinkedToSource
void isNumberFormatLinkedToSource(boolean value)
getTickLabelRotationAngle
float getTickLabelRotationAngle()
setTickLabelRotationAngle
void setTickLabelRotationAngle(float value)
getTickLabelSpacing
long getTickLabelSpacing()
setTickLabelSpacing
void setTickLabelSpacing(long value)
isAutomaticTickLabelSpacing
boolean isAutomaticTickLabelSpacing()
isAutomaticTickLabelSpacing
void isAutomaticTickLabelSpacing(boolean value)