Loads serialized data into the Chart control.
Overload | Description |
---|---|
Load(String) |
Loads serialized data saved to disk into the Chart control. Loads all properties of the chart from the file. By setting Content or SerializableContent/NonSerializableContent properties specific set of properties can be loaded. |
Load(Stream) |
Loads serialized data into the control from an object derived from the Stream class. Loads all properties of the chart from the stream. By setting Content or SerializableContent/NonSerializableContent properties specific set of properties can be loaded. |
Load(XmlReader) |
Loads serialized data into the control from an object derived from the XMLReader class. Loads all properties of the chart from the XML reader. By setting Content or SerializableContent/NonSerializableContent properties specific set of properties can be loaded. |
Load(TextReader) |
Loads serialized data into the control from a reader object that derives from the TextReader class. Loads all properties of the chart from the text reader. By setting Content or SerializableContent/NonSerializableContent properties specific set of properties can be loaded. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family