ChartArea.ClearContents method (Excel)
Clears the data from a chart but leaves the formatting.
Syntax
expression.ClearContents
expression A variable that represents a ChartArea object.
Return value
Variant
Example
This example clears the chart data from Chart1 but leaves the formatting intact.
Charts("Chart1").ChartArea.ClearContents
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.