Property Getters/Setters Summary | ||
---|---|---|
method | getAlignmentType() | |
method | setAlignmentType(value) | |
Gets and sets the text alignment for the tick labels on the axis. The value of the property is TickLabelAlignmentType integer constant. | ||
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 | getBackgroundMode() | |
method | setBackgroundMode(value) | |
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant. | ||
method | getDirectionType() | |
method | setDirectionType(value) | |
Gets and sets the direction of text. The value of the property is ChartTextDirectionType integer constant. | ||
method | getDisplayNumberFormat() | |
Gets and sets the display number format of tick labels.
|
||
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) | |
Gets and sets the distance between the axis labels and the axis line. | ||
method | getReadingOrder() | |
method | setReadingOrder(value) | |
Represents text reading order. The value of the property is TextDirectionType integer constant. | ||
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. | ||
method | getTickLabelItems() | |
Gets the display tick labels of the axis.
|
Font getFont()
boolean getAutoScaleFont() / setAutoScaleFont(value)
int getBackgroundMode() / setBackgroundMode(value)
int getRotationAngle() / setRotationAngle(value)
boolean isAutomaticRotation() / setAutomaticRotation(value)
String getNumberFormat() / setNumberFormat(value)
int getNumber() / setNumber(value)
boolean getNumberFormatLinked() / setNumberFormatLinked(value)
String getDisplayNumberFormat()
int getOffset() / setOffset(value)
int getTextDirection() / setTextDirection(value)
int getReadingOrder() / setReadingOrder(value)
int getDirectionType() / setDirectionType(value)
TickLabelItem[] getTickLabelItems()
int getAlignmentType() / setAlignmentType(value)