Chart.ClearToMatchStyle Method
Excel Developer Reference |
Clears the chart elements formatting to automatic.
Version Information
Version Added: Excel 2007
Syntax
expression.ClearToMatchStyle
expression A variable that represents a Chart object.
Remarks
Use this method to reset the chart elements formatting to automatic. If you use this method on a chart, all formatting (including overrides) will be reset.
See Also