[]
Represents a Base class for a series in a Y plot area.
[PlotArea(typeof(YPlotArea))]
public abstract class YSeries : Series, IXmlSerializable
<PlotArea(GetType(YPlotArea))>
Public MustInherit Class YSeries
Inherits Series
Implements IXmlSerializable
| Name | Description |
|---|---|
| YSeries() | Creates a new series. |
| YSeries(YSeries) | Creates a new series that is a deep copy of the specified series. |
| Name | Description |
|---|---|
| CategoryNames | Gets the collection of category names for the series. |
| LabelContainsCategoryName | Gets or sets whether the category name in displayed in the labels. |
| YAxisId | Gets or sets the ID of the y-axis on which the series is plotted. |
| Name | Description |
|---|---|
| GetErrorBars() | Gets the ErrorBars |
| GetSchema() | This method is reserved and should not be used. |
| ReadXml(XmlReader) | Generates an object from its XML representation. |
| SetErrorBarsVisible(bool) | Sets the errorbar display at the specified direction. |
| WriteXml(XmlWriter) | Converts an object into its XML representation. |