Visual Basic: MSChart Control
TitleText Property
See Also Example Applies To
Returns or sets the text displayed as the chart title.
Syntax
object.TitleText [ = text]
The TitleText property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
text | The text used to display a chart title. |
Remarks
This property provides a simple means to set or return the chart title. This property is functionally identical to using MSChart.Title.Text
.