ChartTitle(text)

Sets a title for the chart. If no chart title is set, the title is removed allowing more room for the chart.

Parameters

Text. Sets a title for the chart. This parameter accepts a WideString value.

Examples

ChartGraph.ChartTitle('Case Priority');

Sets the chart title to "Case Priority".