FrameVisible property
Indicates whether a frame is drawn around the specified text element, for example a footnote or chart title.
Syntax
Set: TextElement.setFrameVisible = isVisible
Get: isVisible = TextElement.getFrameVisible()
Class type
TextElement object.
Data type
boolean. The value is true if the frame is drawn around the text element, and false otherwise. The default is [[false?]].
See also
showLegendFrame PARAM tag
showFootnoteFrame PARAM tag
showTitleFrame PARAM tag
showXAxisTitleFrame PARAM tag
showYAxisTitleFrame PARAM tag