21 lines
281 B
Markdown
21 lines
281 B
Markdown
# ApplyTemplate
|
||
|
||
Applies specified template to the chart.
|
||
|
||
```
|
||
bool ApplyTemplate(
|
||
const string filename // template
|
||
)
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
filename
|
||
|
||
[in] File name of the template.
|
||
|
||
Return Value
|
||
|
||
true - successful, false - cannot apply the template.
|