Back to Devexpress

HierarchicalChartControlBase.LoadFromStream(Stream) Method

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

latest1.7 KB
Original Source

HierarchicalChartControlBase.LoadFromStream(Stream) Method

Restores the HierarchicalChartControlBase descendant’s layout from the specified stream.

Namespace : DevExpress.XtraTreeMap

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

NuGet Package : DevExpress.Win.TreeMap

Declaration

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

Parameters

NameTypeDescription
streamStream

A Stream descendant from which settings should be read.

|

Remarks

Use the LoadFromStream method to load the HierarchicalChartControlBase descendant’s layout from the stream to which the layout was saved using the HierarchicalChartControlBase.SaveToStream method. If the specified stream is empty or null ( Nothing in Visual Basic), an exception is raised.

See Also

HierarchicalChartControlBase Class

HierarchicalChartControlBase Members

DevExpress.XtraTreeMap Namespace