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. Initializes a new instance of the XmlSeries class.

 Public Properties

  Name Description

Dimensions

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

InnerLabelsName

Gets or sets the name of the element identifying inner data labels.

OuterLabelsName

Gets or sets the name of the element identifying outer data labels.

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.

ToolTipsName

Gets or sets the name of the element identifying tooltips.

XAxisLabelsName

Gets or sets the name of the element identifying X axis labels.

XDataName

Gets or sets the name of the element identifying data coordinates in first dimension.

YAxisLabelsName

Gets or sets the name of the element identifying Y axis labels.

YDataName

Gets or sets the name of the element identifying data coordinates in second dimension.

ZAxisLabelsName

Gets or sets the name of the element identifying Z axis labels.

ZDataName

Gets or sets the name of the element identifying data coordinates in third dimension.

 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