_Application.AddChartAutoFormat(Object, String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a custom chart autoformat to the list of available chart autoformats.
public void AddChartAutoFormat (object Chart, string Name, object Description);
Public Sub AddChartAutoFormat (Chart As Object, Name As String, Optional Description As Object)
Parameters
- Chart
- Object
Required Object. A chart that contains the format that will be applied when the new chart autoformat is applied.
- Name
- String
Required String. The name of the autoformat.
- Description
- Object
Optional Object. A description of the custom autoformat.