This documentation is archived and is not being maintained.
ChartSerializer Methods
Visual Studio 2010
The ChartSerializer type exposes the following members.
| 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 | Returns a serializable or non serializable class and/or property names, depending on the specific flag value. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
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 | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
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.) |
Show: