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

ChartControl.SaveToStream(Stream) Method

Saves the chart layout to the specified stream.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public void SaveToStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

The stream to which the chart layout should be written.

Remarks

The SaveToStream method saves the chart layout (information about available series, series settings, etc.) to the specified stream. Use the ChartControl.LoadFromStream method to restore saved settings from the stream.

See Also