Dundas Chart for ASP.NET
Save Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartSerializer Class : Save Method


Saves chart properties that have non-default values. All chart properties can be serialized (includes data).

Overload List

Overload Description
Save(String) Saves chart data and properties with non-default values to the given file.
Saves all properties of the chart into the file. By setting Content or SerializableContent/NonSerializableContent properties specific set of properties can be saved.  
Save(Stream)

Saves chart data and properties with non-default values to an object that derives from the Stream class.


Saves all properties of the chart into the stream. By setting Content or SerializableContent/NonSerializableContent properties specific set of properties can be saved.  
Save(XmlWriter)

Saves chart data and properties with non-default values to the given object that is derived from the XMLWriter class.


Saves all properties of the chart into the XML writer. By setting Content or SerializableContent/NonSerializableContent properties specific set of properties can be saved.  
Save(TextWriter)

Saves chart data and properties with non-default values to the given object that is derived from the TextWriter class.


Saves all properties of the chart into the text writer. By setting Content or SerializableContent/NonSerializableContent properties specific set of properties can be saved.  

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.