[]
Represents the Base class for a series in an XYZ plot area.
[PlotArea(typeof(XYZPlotArea))]
public abstract class XYZSeries : Series, IXmlSerializable
<PlotArea(GetType(XYZPlotArea))>
Public MustInherit Class XYZSeries
Inherits Series
Implements IXmlSerializable
| Name | Description |
|---|---|
| XYZSeries() | Creates a new series. |
| XYZSeries(XYZSeries) | Creates a new series that is a deep copy for the specified series. |
| Name | Description |
|---|---|
| XAxisId | Gets or sets the ID of the x-axis on which the series is plotted. |
| YAxisId | Gets or sets the ID of the y-axis on which the series is plotted. |
| ZAxisId | Gets or sets the ID of the z-axis on which the series is plotted. |
| Name | Description |
|---|---|
| GetSchema() | This method is reserved and should not be used. |
| ReadXml(XmlReader) | Generates an object from its XML representation. |
| WriteXml(XmlWriter) | Converts an object into its XML representation. |