WriteXml Method (PolarPlotArea)
Converts an object into its XML representation.
'Declaration
Public Overrides Sub WriteXml( _
ByVal As XmlWriter _
)
'Usage
Dim instance As PolarPlotArea
Dim writer As XmlWriter
instance.WriteXml(writer)
Parameters
- writer