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