public interface ITickLabels
| Modifier and Type | Method and Description |
|---|---|
IFontFormat |
getFont()
Returns the
IFontFormat object that represents the font of the
specified object. |
java.lang.String |
getNumberFormat()
Gets the format code for the object.
|
boolean |
getNumberFormatLinked()
Gets whether the number format is linked to the cells (True if the number
format is linked to the cells, so that the number format changes in the
labels when it changes in the cells).
|
int |
getOffset()
Gets the distance between the levels of labels and the distance between the
first level and the axis line.
|
int |
getOrientation()
Gets the text orientation.
|
IAxis |
getParent()
Returns the parent object for the specified object.
|
void |
setNumberFormat(java.lang.String value)
Sets the format code for the object.
|
void |
setNumberFormatLinked(boolean value)
Sets whether the number format is linked to the cells (True if the number
format is linked to the cells, so that the number format changes in the
labels when it changes in the cells).
|
void |
setOffset(int value)
Sets the distance between the levels of labels and the distance between the
first level and the axis line.
|
void |
setOrientation(int value)
Sets the text orientation.
|
IFontFormat getFont()
IFontFormat object that represents the font of the
specified object.java.lang.String getNumberFormat()
void setNumberFormat(java.lang.String value)
boolean getNumberFormatLinked()
void setNumberFormatLinked(boolean value)
int getOffset()
void setOffset(int value)
int getOrientation()
void setOrientation(int value)
IAxis getParent()