ChartTitle property (Trend object)
Returns or sets a value for a title that is displayed at the top of the chart if the DisplayTitleProperty is True. The title includes the text and the current date. Read/write. String.
Syntax
Trend
.ChartTitle
[ = title
]where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.title
- is a parameter of the type String that specifies the chart title. Up to 80 characters.Provide Feedback