ChartTitle property (TrendPro object)
Returns or sets a value for a title that is displayed on the chart. Read/write. String.
Syntax
TrendPro1
.ChartTitle
[= title
]where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.title - is a parameter of the type String that specifies the chart title.
Example
Private Sub ShowTitle() TrendPro1.ChartTitle = "My Chart Title" End Sub
Provide Feedback