ChartTitle property (XY Plot object)

Returns or sets a value for a title that is displayed on the chart. Read/write. String.
Syntax
XYPlot1
.
ChartTitle
[=
title
]
where
XYPlot1
- is the name of an XY Plot object or an expression that evaluates to an XY Plot object.
title - is a parameter of the type String that specifies the chart title.
Example
Private Sub ShowTitle() XYPlot1.ChartTitle = "My Chart Title" End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal