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