Spread Windows Forms 6.0 Product Documentation
ReadXmlElement Method
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > Series Class : ReadXmlElement Method


reader
The reader.

Glossary Item Box

Reads the child XML element.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function ReadXmlElement( _
   ByVal reader As XmlReader _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim reader As XmlReader
Dim value As Boolean
 
value = instance.ReadXmlElement(reader)
C# 
protected virtual bool ReadXmlElement( 
   XmlReader reader
)

Parameters

reader
The reader.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.