ChartSerializer.Load Method (XmlReader)
Loads serialized data into the control from an object derived from the XmlReader class.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Call this method to load serialized data into the Chart control.
When a load operation occurs, by default serializable properties are first reset to their default values before they are set to the persisted values, if saved. To change this behavior, use the IsResetWhenLoading property.
By default, all serialized chart properties will be loaded. If you set the Content, SerializableContent or NonSerializableContent properties, a specific set of properties can be loaded.
When you use this definition, the format must be XML; it can be changed with the Format property.
When you work with XML format text files, for simplicity use the Load method instead.
Available since 4.0