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() | |
Gets a |
||
method | isDeleted() | |
method | setDeleted(value) | |
Gets and sets whether the legend entry is deleted. | ||
method | isTextNoFill() | |
method | setTextNoFill(value) | |
Gets or sets no fill of the text. | ||
method | getTextFont() | |
Gets a |
Property Getters/Setters Detail |
---|
isDeleted/setDeleted : boolean | |
boolean isDeleted() / setDeleted(value) |
getFont : Font | |
Font getFont() |
getTextFont : Font | |
Font getTextFont() |
isTextNoFill/setTextNoFill : boolean | |
boolean isTextNoFill() / setTextNoFill(value) |
getAutoScaleFont/setAutoScaleFont : boolean | |
boolean getAutoScaleFont() / setAutoScaleFont(value) |
getBackground/setBackground : int | |
int getBackground() / setBackground(value) |
getBackgroundMode/setBackgroundMode : int | |
int getBackgroundMode() / setBackgroundMode(value) |