Skip to main content
A newer version of this page is available. .

ChartControl.LoadFromStream(Stream) Method

Loads the chart layout from the specified stream.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public void LoadFromStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

The stream containing the chart to be loaded. An exception is raised if it is empty or null (Nothing in Visual Basic).

Remarks

Use the LoadFromStream method to load the chart’s layout from the stream to which the layout was saved using the ChartControl.SaveToStream method.

See Also