[]
Represents the Base class for a series in a radar plot area.
public abstract class RadarSeries : Series, IXmlSerializable
Public MustInherit Class RadarSeries
Inherits Series
Implements IXmlSerializable
| Name | Description |
|---|---|
| RadarSeries() | Creates a new series. |
| RadarSeries(RadarSeries) | 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 is displayed in the labels. |
| 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. |