Search
XmlSeries Properties
 


 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.

 See Also