public class TickLabels
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAutoScaleFont() | |
void | setAutoScaleFont(booleanvalue) | |
True if the text in the object changes font size when the object size changes. The default value is True. | ||
int | getBackgroundMode() | |
void | setBackgroundMode(intvalue) | |
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant. | ||
int | getDirectionType() | |
void | setDirectionType(intvalue) | |
Gets and sets the direction of text. The value of the property is ChartTextDirectionType integer constant. | ||
Font | getFont() | |
Returns a |
||
boolean | isAutomaticRotation() | |
void | setAutomaticRotation(booleanvalue) | |
Indicates whether the rotation angle is automatic | ||
int | getNumber() | |
void | setNumber(intvalue) | |
Represents the format number for the TickLabels object. | ||
java.lang.String | getNumberFormat() | |
void | setNumberFormat(java.lang.Stringvalue) | |
Represents the format string for the TickLabels object. | ||
boolean | getNumberFormatLinked() | |
void | setNumberFormatLinked(booleanvalue) | |
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() | |
void | setOffset(intvalue) | |
Represents the distance between the levels of labels, and the distance between the first level and the axis line. | ||
int | getReadingOrder() | |
void | setReadingOrder(intvalue) | |
Represents text reading order. The value of the property is TextDirectionType integer constant. | ||
int | getRotationAngle() | |
void | setRotationAngle(intvalue) | |
Represents text rotation angle in clockwise. | ||
int | getTextDirection() | |
void | setTextDirection(intvalue) | |
Represents text reading order. The value of the property is TextDirectionType integer constant. |
public Font getFont()
public boolean getAutoScaleFont() / public void setAutoScaleFont(boolean value)
public int getBackgroundMode() / public void setBackgroundMode(int value)
public int getRotationAngle() / public void setRotationAngle(int value)
public boolean isAutomaticRotation() / public void setAutomaticRotation(boolean value)
public java.lang.String getNumberFormat() / public void setNumberFormat(java.lang.String value)
public int getNumber() / public void setNumber(int value)
public boolean getNumberFormatLinked() / public void setNumberFormatLinked(boolean value)
public int getOffset() / public void setOffset(int value)
public int getTextDirection() / public void setTextDirection(int value)
public int getReadingOrder() / public void setReadingOrder(int value)
public int getDirectionType() / public void setDirectionType(int value)