_Chart.ApplyChartTemplate(String) 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.
Applies a standard or custom chart type to a chart.
public:
void ApplyChartTemplate(System::String ^ Filename);
public void ApplyChartTemplate (string Filename);
Public Sub ApplyChartTemplate (Filename As String)
Parameters
- Filename
- String
The file name for a chart template.
Remarks
This method does not support taking constants for native or combination charts.