[]
Represents a Base class for series in an XY plot area.
[PlotArea(typeof(XYPlotArea))]
public abstract class XYSeries : Series, IXmlSerializable
<PlotArea(GetType(XYPlotArea))>
Public MustInherit Class XYSeries
Inherits Series
Implements IXmlSerializable
| Name | Description |
|---|---|
| XYSeries() | Creates a new series. |
| XYSeries(XYSeries) | 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. |
| Name | Description |
|---|---|
| GetErrorBars(ErrorBarDirection) | Gets the errorbars |
| GetSchema() | This method is reserved and should not be used. |
| ReadXml(XmlReader) | Generates an object from its XML representation. |
| SetErrorBarsVisible(ErrorBarDirection, bool) | Sets the errorbar display at the specified direction. |
| WriteXml(XmlWriter) | Converts an object into its XML representation. |