|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.AxisEx
public class AxisEx
Encapsulates the object that represents a chart's axis.
Method Summary | |
---|---|
boolean |
getAxisBetweenCategories()
Represents if the value axis crosses the category axis between categories. |
LineFormatEx |
getAxisLine()
Deprecated. |
int |
getBaseUnitScale()
Represents the base unit scale for the category axis. |
float |
getCrossAt()
Represents the point on the value axis where the category axis crosses it. |
int |
getCrossType()
Represents the CrossType on the specified axis where the other axis crosses. |
int |
getDisplayUnit()
Represents the unit label for the specified axis. |
FormatEx |
getFormat()
Represents format of axis |
int |
getLogBase()
Represents the logarithmic base. |
LineFormatEx |
getMajorGridLines()
Represents major gridlines on a chart axis. |
int |
getMajorTickMark()
Represents the type of major tick mark for the specified axis. |
float |
getMajorUnit()
Represents the major units for the axis. |
int |
getMajorUnitScale()
Represents the major unit scale for the category axis. |
float |
getMaxValue()
Represents the maximum value on the value axis. |
LineFormatEx |
getMinorGridLines()
Represents minor gridlines on a chart axis. |
int |
getMinorTickMark()
Represents the type of minor tick mark for the specified axis. |
float |
getMinorUnit()
Represents the minor units for the axis. |
int |
getMinorUnitScale()
Represents the major unit scale for the category axis. |
float |
getMinValue()
Represents the minimum value on the value axis. |
java.lang.String |
getNumberFormat()
Represents the format string for the Axis Labels. |
int |
getPosition()
Represents position of axis |
float |
getRotationAngle()
Represents the rotation angle of tick labels |
boolean |
getSourceLinked()
Indicates whether the format is linked source data. |
TextFrameEx |
getTextProperties()
Represent text properties of axis |
int |
getTickLabelPosition()
Represents the position of tick-mark labels on the specified axis. |
long |
getTickLabelSpacing()
Specifies how many tick labels to skip between label that is drawn. |
ChartTitleEx |
getTitle()
Gets the axis' title. |
boolean |
hasTitle()
Determines whether a axis has a visible title. |
void |
hasTitle(boolean value)
|
boolean |
isAutomaticMajorUnit()
Indicates whether the major unit of the axis is automatically assigned. |
void |
isAutomaticMajorUnit(boolean value)
|
boolean |
isAutomaticMaxValue()
Indicates whether the max value is automatically assigned. |
void |
isAutomaticMaxValue(boolean value)
|
boolean |
isAutomaticMinorUnit()
Indicates whether the minor unit of the axis is automatically assigned. |
void |
isAutomaticMinorUnit(boolean value)
|
boolean |
isAutomaticMinValue()
Indicates whether the min value is automatically assigned. |
void |
isAutomaticMinValue(boolean value)
|
boolean |
isAutomaticTickLabelSpacing()
Specifies automatic tick label spacing value. |
void |
isAutomaticTickLabelSpacing(boolean value)
|
boolean |
isLogarithmic()
Represents if the value axis scale type is logarithmic or not. |
void |
isLogarithmic(boolean value)
|
boolean |
isPlotOrderReversed()
Represents if MS PowerPoint plots data points from last to first. |
void |
isPlotOrderReversed(boolean value)
|
boolean |
isVisible()
Represents if the axis is visible. |
void |
isVisible(boolean value)
|
void |
setAxisBetweenCategories(boolean value)
|
void |
setAxisLine(LineFormatEx value)
Deprecated. |
void |
setBaseUnitScale(int value)
|
void |
setCrossAt(float value)
|
void |
setCrossType(int value)
|
void |
setDisplayUnit(int value)
|
void |
setFormat(FormatEx value)
|
void |
setLogBase(int value)
|
void |
setMajorGridLines(LineFormatEx value)
|
void |
setMajorTickMark(int value)
|
void |
setMajorUnit(float value)
|
void |
setMajorUnitScale(int value)
|
void |
setMaxValue(float value)
|
void |
setMinorGridLines(LineFormatEx value)
|
void |
setMinorTickMark(int value)
|
void |
setMinorUnit(float value)
|
void |
setMinorUnitScale(int value)
|
void |
setMinValue(float value)
|
void |
setNumberFormat(java.lang.String value)
|
void |
setPosition(int value)
|
void |
setRotationAngle(float value)
|
void |
setSourceLinked(boolean value)
|
void |
setTextProperties(TextFrameEx value)
|
void |
setTickLabelPosition(int value)
|
void |
setTickLabelSpacing(long value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean getAxisBetweenCategories()
Represents if the value axis crosses the category axis between categories.
public void setAxisBetweenCategories(boolean value)
public float getCrossAt()
Represents the point on the value axis where the category axis crosses it.
public void setCrossAt(float value)
public int getDisplayUnit()
Represents the unit label for the specified axis.
public void setDisplayUnit(int value)
public boolean isAutomaticMaxValue()
Indicates whether the max value is automatically assigned.
public void isAutomaticMaxValue(boolean value)
public float getMaxValue()
Represents the maximum value on the value axis.
public void setMaxValue(float value)
public float getMinorUnit()
Represents the minor units for the axis.
public void setMinorUnit(float value)
public boolean isAutomaticMinorUnit()
Indicates whether the minor unit of the axis is automatically assigned.
public void isAutomaticMinorUnit(boolean value)
public float getMajorUnit()
Represents the major units for the axis.
public void setMajorUnit(float value)
public boolean isAutomaticMajorUnit()
Indicates whether the major unit of the axis is automatically assigned.
public void isAutomaticMajorUnit(boolean value)
public boolean isAutomaticMinValue()
Indicates whether the min value is automatically assigned.
public void isAutomaticMinValue(boolean value)
public float getMinValue()
Represents the minimum value on the value axis.
public void setMinValue(float value)
public boolean isLogarithmic()
Represents if the value axis scale type is logarithmic or not.
public void isLogarithmic(boolean value)
public int getLogBase()
Represents the logarithmic base. Default value is 10.
public void setLogBase(int value)
public boolean isPlotOrderReversed()
Represents if MS PowerPoint plots data points from last to first.
public void isPlotOrderReversed(boolean value)
public boolean isVisible()
Represents if the axis is visible.
public void isVisible(boolean value)
public int getMajorTickMark()
Represents the type of major tick mark for the specified axis.
public void setMajorTickMark(int value)
public int getMinorTickMark()
Represents the type of minor tick mark for the specified axis.
public void setMinorTickMark(int value)
public int getTickLabelPosition()
Represents the position of tick-mark labels on the specified axis.
public void setTickLabelPosition(int value)
public int getMajorUnitScale()
Represents the major unit scale for the category axis.
public void setMajorUnitScale(int value)
public int getMinorUnitScale()
Represents the major unit scale for the category axis.
public void setMinorUnitScale(int value)
public int getBaseUnitScale()
Represents the base unit scale for the category axis.
public void setBaseUnitScale(int value)
@Deprecated public LineFormatEx getAxisLine()
Gets the appearance of an Axis.
@Deprecated public void setAxisLine(LineFormatEx value)
public LineFormatEx getMinorGridLines()
Represents minor gridlines on a chart axis.
public void setMinorGridLines(LineFormatEx value)
public LineFormatEx getMajorGridLines()
Represents major gridlines on a chart axis.
public void setMajorGridLines(LineFormatEx value)
public FormatEx getFormat()
Represents format of axis
public void setFormat(FormatEx value)
public TextFrameEx getTextProperties()
Represent text properties of axis
public void setTextProperties(TextFrameEx value)
public ChartTitleEx getTitle()
Gets the axis' title.
public int getCrossType()
Represents the CrossType on the specified axis where the other axis crosses.
public void setCrossType(int value)
public int getPosition()
Represents position of axis
public void setPosition(int value)
public boolean hasTitle()
Determines whether a axis has a visible title.
Read/write bool
.
public void hasTitle(boolean value)
public java.lang.String getNumberFormat()
Represents the format string for the Axis Labels.
public void setNumberFormat(java.lang.String value)
public boolean getSourceLinked()
Indicates whether the format is linked source data.
public void setSourceLinked(boolean value)
public float getRotationAngle()
Represents the rotation angle of tick labels
public void setRotationAngle(float value)
public long getTickLabelSpacing()
Specifies how many tick labels to skip between label that is drawn.
public void setTickLabelSpacing(long value)
public boolean isAutomaticTickLabelSpacing()
Specifies automatic tick label spacing value. If false: use TickLabelSpacing property.
public void isAutomaticTickLabelSpacing(boolean value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |