Represents a Series whose data items are retrieved from an XML document.
The following tables list the members exposed by the XmlSeries type.
Name | Description | |
---|---|---|
Overloaded. |
Name | Description | |
---|---|---|
Adds the specified DataChangedListener. |
||
Implements Series.getDimensions. Returns the number of X/Y/ZDataPath properties set. |
||
Gets the XPath expression identifying inner data labels. |
||
Implements Series.getLabel. Returns a label for the specified data item in the XML document. |
||
Gets the XPath expression identifying outer data labels. |
||
Implements Series.getSize. Gets the number of data items in the XML document. |
||
Implements Series.getSupportedLabels. Result depends on which *LabelsPath properties are set. |
||
Implements Series.getTitle. Gets the title of this XmlSeries. |
||
Gets the XPath expression identifying tooltips. |
||
Implements Series.getValue. Returns a value for the specified data item in the XML document. |
||
Gets the XPath expression identifying X-axis labels. |
||
Gets the XPath expression identifying data coordinates in first dimension. |
||
Gets the XPath expression identifying Y axis labels. |
||
Gets the XPath expression identifying data coordinates in second dimension. |
||
Gets the XPath expression identifying Z axis labels. |
||
Gets the XPath expression identifying data coordinates in third dimension. |
||
Implements Series.isEmphasized. XmlSeries always returns false. |
||
Implements Series.isSorted. XmlSeries always returns false. |
||
Removes the specified DataChangedListener. |
||
Sets the XPath expression identifying inner data labels. |
||
Sets the XPath expression identifying outer data labels. |
||
Sets the title of this Series. |
||
Sets the XPath expression identifying tooltips. |
||
Sets the XPath expression identifying X axis labels. |
||
Sets the XPath expression identifying data coordinates in first dimension. |
||
Sets the XPath expression identifying Y axis labels. |
||
Sets the XPath expression identifying data coordinates in second dimension. |
||
Sets the XPath expression identifying Z axis labels. |
||
Sets the XPath expression identifying data coordinates in the third dimension. |
Name | Description | |
---|---|---|
Raises an event to signalize that data in this XmlSeries has changed. |