Search
XmlSeries Methods
 


 Public Methods

  Name Description

addDataChangedListener

Adds the specified DataChangedListener.

getDimensions

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

getInnerLabelsPath

Gets the XPath expression identifying inner data labels.

getLabel

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

getOuterLabelsPath

Gets the XPath expression identifying outer data labels.

getSize

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

getSupportedLabels

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

getTitle

Implements Series.getTitle. Gets the title of this XmlSeries.

getToolTipsPath

Gets the XPath expression identifying tooltips.

getValue

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

getXAxisLabelsPath

Gets the XPath expression identifying X-axis labels.

getXDataPath

Gets the XPath expression identifying data coordinates in first dimension.

getYAxisLabelsPath

Gets the XPath expression identifying Y axis labels.

getYDataPath

Gets the XPath expression identifying data coordinates in second dimension.

getZAxisLabelsPath

Gets the XPath expression identifying Z axis labels.

getZDataPath

Gets the XPath expression identifying data coordinates in third dimension.

isEmphasized

Implements Series.isEmphasized. XmlSeries always returns false.

isSorted

Implements Series.isSorted. XmlSeries always returns false.

removeDataChangedListener

Removes the specified DataChangedListener.

setInnerLabelsPath

Sets the XPath expression identifying inner data labels.

setOuterLabelsPath

Sets the XPath expression identifying outer data labels.

setTitle

Sets the title of this Series.

setToolTipsPath

Sets the XPath expression identifying tooltips.

setXAxisLabelsPath

Sets the XPath expression identifying X axis labels.

setXDataPath

Sets the XPath expression identifying data coordinates in first dimension.

setYAxisLabelsPath

Sets the XPath expression identifying Y axis labels.

setYDataPath

Sets the XPath expression identifying data coordinates in second dimension.

setZAxisLabelsPath

Sets the XPath expression identifying Z axis labels.

setZDataPath

Sets the XPath expression identifying data coordinates in the third dimension.

 Protected Methods

  Name Description

fireDataChanged

Raises an event to signalize that data in this XmlSeries has changed.

 See Also