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