Title Property Example

This example sets the specified chart to include a title and sets the title text.

ChartSpace1.Charts(0).HasTitle = True
ChartSpace1.Charts(0).Title.Caption = "Satisfaction Data"