2026-06-23 21:47:51 +08:00
|
|
|
|
# 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.
|