Charting for WinForms Programmer's Guide
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

Gets or sets the XPath expression identifying inner data labels.

OuterLabelsPath

Gets or sets the XPath expression 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.

ToolTipsPath

Gets or sets the XPath expression identifying tooltips.

XAxisLabelsPath

Gets or sets the XPath expression identifying X axis labels.

XDataPath

Gets or sets the XPath expression identifying data coordinates in first dimension.

YAxisLabelsPath

Gets or sets the XPath expression identifying Y axis labels.

YDataPath

Gets or sets the XPath expression identifying data coordinates in second dimension.

ZAxisLabelsPath

Gets or sets the XPath expression identifying Z axis labels.

ZDataPath

Gets or sets the XPath expression 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

XmlSeries Class
MindFusion.Charting Namespace