Skip to main content

HierarchicalChartControlBase.SaveToStream(Stream) Method

Saves the TreeMap and Sunburst’s layout to the specified stream.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.UI.dll

NuGet Package: DevExpress.Win.TreeMap

Declaration

public void SaveToStream(
    Stream stream
)

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