[]
Save chart description to a string.
public override string SaveChartToString()
| Type | Description |
|---|---|
| string | String that contains the chart description. |
When a chart is saved to xml, the chart loads all the set properties into an xml file. With the SaveChartToString 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 SaveChartToString(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 SaveChartToString method the chart can also write these properties to a string value. The chart can also be loaded from this string.