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. Initializes a new instance of the XmlSeries class. |
Name | Description | |
---|---|---|
Implements Series.Dimensions. Returns the number of X/Y/ZDataPath properties set. |
||
Gets or sets the name of the element identifying inner data labels. |
||
Gets or sets the name of the element identifying outer data labels. |
||
Implements Series.Size. Gets the number of data items in the XML document. |
||
Implements Series.SupportedLabels. Result depends on which *LabelsPath properties are set. |
||
Implements Series.Title. Gets or sets the title of this series. |
||
Gets or sets the name of the element identifying tooltips. |
||
Gets or sets the name of the element identifying X axis labels. |
||
Gets or sets the name of the element identifying data coordinates in first dimension. |
||
Gets or sets the name of the element identifying Y axis labels. |
||
Gets or sets the name of the element identifying data coordinates in second dimension. |
||
Gets or sets the name of the element identifying Z axis labels. |
||
Gets or sets the name of the element identifying data coordinates in third dimension. |
Name | Description | |
---|---|---|
Implements Series.GetLabel. Returns a label for the specified data item in the XML document. |
||
Implements Series.GetValue. Returns a value for the specified data item in the XML document. |
||
Implements Series.IsEmphasized. XmlSeries always returns false. |
||
Implements Series.IsSorted. XmlSeries always returns false. |
Name | Description | |
---|---|---|
Raises the DataChanged event. |
Name | Description | |
---|---|---|
Implements Series.DataChanged. Raised when the values in this series change. |