ChartSerializer Methods
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetContentString(SerializationContents, Boolean) | Returns a serializable or non serializable class and/or property names, depending on the specific flag value. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | 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. |
![]() | MemberwiseClone() | |
![]() | Reset() | Resets all chart properties marked for serialization. |
![]() | Save(Stream) | Saves chart data and properties with non-default values to an object that derives from the Stream class. |
![]() | Save(String) | Saves chart data and properties with non-default values to the given file. |
![]() | Save(TextWriter) | Saves chart data and properties with non-default values to the given object that is derived from the TextWriter class. |
![]() | Save(XmlWriter) | Saves chart data and properties with non-default values to the given object that is derived from the XmlWriter class. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

