ChartSerializer::Load Method

.NET Framework (current version)
 

Loads serialized data into the Chart control.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

NameDescription
System_CAPS_pubmethodLoad(Stream^)

Loads serialized data into the control from an object derived from the Stream class.

System_CAPS_pubmethodLoad(String^)

Loads serialized data saved to disk into the Chart control.

System_CAPS_pubmethodLoad(TextReader^)

Loads serialized data into the control from a reader object that derives from the TextReader class.

System_CAPS_pubmethodLoad(XmlReader^)

Loads serialized data into the control from an object derived from the XmlReader class.

Return to top
Show: