ChartSerializer::Save Method
.NET Framework (current version)
Saves chart properties that have non-default values. All chart properties can be serialized; this includes data.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
