SankeyDiagramControl.SaveToFile(String) Method
In This Article
Saves the diagram’s layout to an XML file.
Namespace: DevExpress.Xpf.Charts.Sankey
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
file |
String | The path to the file that stores the layout. |
#Remarks
Use the following code to save the diagram’s layout to an XML file:
The SankeyDiagramControl.LoadFromFile method restores the saved layout.
See Also