[]
Save chart template to a string.
public string SaveChartTemplateToString()
| Type | Description |
|---|---|
| string | String that contains the chart template. |
When a chart is saved to xml, the chart loads all the set properties into an xml file. With the SaveChartTemplateToString method the chart can also write these properties to a string value. The chart can also be loaded from this string.
Save chart description to the string.
public string SaveChartTemplateToString(bool formatting)
| Type | Name | Description |
|---|---|---|
| bool | formatting | Whether the output string is formatted. |
| Type | Description |
|---|---|
| string | String that contains chart description. |
When a chart is saved to xml, the chart loads all the set properties into an xml file. With the SaveChartTemplateToString method the chart can also write these properties to a string value. The chart can also be loaded from this string.