Search
XmlSeries Members
Constructors Properties Methods Events
 


Represents a series whose data items are retrieved from an XML document.

The following tables list the members exposed by the XmlSeries type.

 Public Constructors

  Name Description

XmlSeries

Overloaded.  

 Public Properties

  Name Description

Dimensions

Implements Series.Dimensions. Returns the number of X/Y/ZDataPath properties set.

InnerLabelsPath

 

OuterLabelsPath

 

Size

Implements Series.Size. Gets the number of data items in the XML document.

SupportedLabels

Implements Series.SupportedLabels. Result depends on which *LabelsPath properties are set.

Title

Implements Series.Title. Gets or sets the title of this series.

ToolTipsPath

 

XAxisLabelsPath

 

XDataPath

 

YAxisLabelsPath

 

YDataPath

 

ZAxisLabelsPath

 

ZDataPath

 

 Public Methods

  Name Description

GetLabel

Implements Series.GetLabel. Returns a label for the specified data item in the XML document.

GetValue

Implements Series.GetValue. Returns a value for the specified data item in the XML document.

IsEmphasized

Implements Series.IsEmphasized. XmlSeries always returns false.

IsSorted

Implements Series.IsSorted. XmlSeries always returns false.

 Protected Methods

  Name Description

OnDataChanged

Raises the DataChanged event.

 Public Events

  Name Description

DataChanged

Implements Series.DataChanged. Raised when the values in this series change.

 See Also