_Chart.ClearToMatchStyle Method
Clears the chart elements formatting to automatic.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ClearToMatchStyle
'Usage
Dim instance As _Chart
instance.ClearToMatchStyle()
void ClearToMatchStyle()
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.