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

Palette.LoadFromXml(Stream) Method

Loads a palette from the specified stream.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public void LoadFromXml(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object that is the stream containing a palette.

Remarks

To load a palette from an XML file, use another overload of the Palette.LoadFromXml method that takes a string filePath parameter.

To load a palette from a stream, use the LoadFromStream method.

See Also