Title

 

Use this property to return/set a value that determines the title to display on the chart.  The title is displayed at the top of the chart centered over the plot area.

Value is a string.   Default: blank.

 

Example

strValue = XYChartCtrl.Title         'Returns the current title string
XYChartCtrl.Title = "Sample 1"       'Sets the title string
XYChartCtrl.Refresh                  'Refresh required to update chart with changes made

 

See Also

Properties    TitleFont