Chart.HasTitle Property

Excel Developer Reference

True if the axis or chart has a visible title. Read/write Boolean.

Syntax

expression.HasTitle

expression   A variable that represents a Chart object.

Remarks

A chart title is represented by a ChartTitle object.

See Also