[]
Represents a Base class for series in a polar plot area.
public abstract class PolarSeries : Series, IXmlSerializable
Public MustInherit Class PolarSeries
Inherits Series
Implements IXmlSerializable
| Name | Description |
|---|---|
| PolarSeries() | Creates a new series. |
| PolarSeries(PolarSeries) | Creates a new series that is a deep copy of the specified series. |
| Name | Description |
|---|---|
| YAxisId | Gets or sets the ID of the y-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. |