ChartSerializer::Load Method
.NET Framework (current version)
Loads serialized data into the Chart control.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | Load(Stream^) | Loads serialized data into the control from an object derived from the Stream class. |
![]() | Load(String^) | Loads serialized data saved to disk into the Chart control. |
![]() | Load(TextReader^) | Loads serialized data into the control from a reader object that derives from the TextReader class. |
![]() | Load(XmlReader^) | Loads serialized data into the control from an object derived from the XmlReader class. |
Show:
