Chart.SetDefaultChart(Object) Method

Definition

Specifies the name of the chart template that Microsoft Word uses when creating new charts.

public:
 void SetDefaultChart(System::Object ^ Name);
public void SetDefaultChart (object Name);
abstract member SetDefaultChart : obj -> unit
Public Sub SetDefaultChart (Name As Object)

Parameters

Name
Object

Required. Object Specifies the name of the default chart template that will be used when creating new charts. This name can be set to either the name of a user-defined chart template in the gallery or a special XlChartGallery constant, xlBuiltIn, to specify a built-in chart template.

Applies to