Chart.ApplyChartTemplate(String) Method

Definition

Applies a standard or custom chart type to a chart.

public:
 void ApplyChartTemplate(System::String ^ FileName);
public void ApplyChartTemplate (string FileName);
abstract member ApplyChartTemplate : string -> unit
Public Sub ApplyChartTemplate (FileName As String)

Parameters

FileName
String

Required String The file name for a chart template.

Remarks

This method does not support taking constants for native or combination charts.

Applies to