HierarchicalChartControlBase.SaveToStream(Stream) Method
Saves the TreeMap and Sunburst’s layout to the specified stream.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.1.UI.dll
NuGet Package: DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream descendant to which the layout should be written. |
Remarks
The SaveToStream method saves the TreeMap or Sunburst layout (the control’s settings, items and their settings, etc.) to the specified stream. The saved settings can then be restored from storage using the HierarchicalChartControlBase.LoadFromStream method.
See Also