Back to Devexpress

HierarchicalChartControlBase.SaveToStream(Stream) Method

windowsforms-devexpress-dot-xtratreemap-dot-hierarchicalchartcontrolbase-dot-savetostream-x28-system-dot-io-dot-stream-x29.md

latest1.7 KB
Original Source

HierarchicalChartControlBase.SaveToStream(Stream) Method

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

Namespace : DevExpress.XtraTreeMap

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

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
public void SaveToStream(
    Stream stream
)
vb
Public Sub SaveToStream(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

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

HierarchicalChartControlBase Class

HierarchicalChartControlBase Members

DevExpress.XtraTreeMap Namespace