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.


Method Summary
 boolean getAxisBetweenCategories()
           
 int getBaseUnitScale()
           
 float getCrossAt()
           
 int getCrossType()
           
 int getDisplayUnit()
           
 IAxisFormat getFormat()
           
 double getLogBase()
           
 IChartLinesFormat getMajorGridLinesFormat()
           
 int getMajorTickMark()
           
 double getMajorUnit()
           
 int getMajorUnitScale()
           
 double getMaxValue()
           
 IChartLinesFormat getMinorGridLinesFormat()
           
 int getMinorTickMark()
           
 double getMinorUnit()
           
 int getMinorUnitScale()
           
 double getMinValue()
           
 java.lang.String getNumberFormat()
           
 int getPosition()
           
 boolean getShowMajorGridLines()
           
 boolean getShowMinorGridLines()
           
 int getTickLabelPosition()
           
 float getTickLabelRotationAngle()
           
 long getTickLabelSpacing()
           
 IChartTitle getTitle()
           
 boolean hasTitle()
           
 void hasTitle(boolean value)
           
 boolean isAutomaticMajorUnit()
           
 void isAutomaticMajorUnit(boolean value)
           
 boolean isAutomaticMaxValue()
           
 void isAutomaticMaxValue(boolean value)
           
 boolean isAutomaticMinorUnit()
           
 void isAutomaticMinorUnit(boolean value)
           
 boolean isAutomaticMinValue()
           
 void isAutomaticMinValue(boolean value)
           
 boolean isAutomaticTickLabelSpacing()
           
 void isAutomaticTickLabelSpacing(boolean value)
           
 boolean isLogarithmic()
           
 void isLogarithmic(boolean value)
           
 boolean isNumberFormatLinkedToSource()
           
 void isNumberFormatLinkedToSource(boolean value)
           
 boolean isPlotOrderReversed()
           
 void isPlotOrderReversed(boolean value)
           
 boolean isVisible()
           
 void isVisible(boolean value)
           
 void setAxisBetweenCategories(boolean value)
           
 void setBaseUnitScale(int value)
           
 void setCrossAt(float value)
           
 void setCrossType(int value)
           
 void setDisplayUnit(int value)
           
 void setLogBase(double value)
           
 void setMajorTickMark(int value)
           
 void setMajorUnit(double value)
           
 void setMajorUnitScale(int value)
           
 void setMaxValue(double value)
           
 void setMinorTickMark(int value)
           
 void setMinorUnit(double value)
           
 void setMinorUnitScale(int value)
           
 void setMinValue(double value)
           
 void setNumberFormat(java.lang.String value)
           
 void setPosition(int value)
           
 void setTickLabelPosition(int value)
           
 void setTickLabelRotationAngle(float value)
           
 void setTickLabelSpacing(long value)
           
 
Methods inherited from interface com.aspose.slides.IChartComponent
getChart
 
Methods inherited from interface com.aspose.slides.IFormattedTextContainer
getTextFormat
 

Method Detail

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)