Chart.ClearToMatchStyle Method
Clears the chart elements formatting to automatic.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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.