[]
        
(Showing Draft Content)

FarPoint.Win.Chart.Light.WriteXml

WriteXml Method

WriteXml(XmlWriter)

Converts an object into its XML representation.

Declaration
public virtual void WriteXml(XmlWriter writer)
Public Overridable Sub WriteXml(writer As XmlWriter)
Parameters
Type Name Description
XmlWriter writer

The System.Xml.XmlWriter stream to which the object is serialized.

Implements
System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)