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 | getBackgroundMode() | |
function | setBackgroundMode(value) | |
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant. | ||
function | getDirectionType() | |
function | setDirectionType(value) | |
Gets and sets the direction of text. The value of the property is ChartTextDirectionType integer constant. | ||
function | getDisplayNumberFormat() | |
Gets and sets the display number format of tick labels.
|
||
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) | |
Gets and sets the distance of labels from the axis. | ||
function | getReadingOrder() | |
function | setReadingOrder(value) | |
Represents text reading order. The value of the property is TextDirectionType integer constant. | ||
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. | ||
function | getTickLabelItems() | |
Gets the items' info of TickLabel.
|
function getFont()
function getAutoScaleFont() / function setAutoScaleFont(value)
function getBackgroundMode() / function setBackgroundMode(value)
function getRotationAngle() / function setRotationAngle(value)
function isAutomaticRotation() / function setAutomaticRotation(value)
function getNumberFormat() / function setNumberFormat(value)
function getNumber() / function setNumber(value)
function getNumberFormatLinked() / function setNumberFormatLinked(value)
function getDisplayNumberFormat()
function getOffset() / function setOffset(value)
function getTextDirection() / function setTextDirection(value)
function getReadingOrder() / function setReadingOrder(value)
function getDirectionType() / function setDirectionType(value)
function getTickLabelItems()