HasTitle Property Example

This example causes the title of the specified chart to be displayed and sets the title font.

ChartSpace1.Charts(0).HasTitle = True
ChartSpace1.Charts(0).Title.Font.Name = "times new roman"