DisplayTitle property

Returns or sets whether a title displays at the top of the chart. Read/write. Boolean.
The title, determined by the ChartTitle property, includes the text that you type (up to 80 characters) along with the current date.
Syntax
Trend
.
DisplayTitle
[
= state
]
where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.
state
- is a parameter of the type Boolean that can be set to one of the following:
  • True
    . Displays the chart title
  • False
    . Does not display the chart title
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal