[]
Represents a point series in a radar plot area.
[TypeConverter(typeof(GenericTypeConverter<RadarPointSeries>))]
public class RadarPointSeries : RadarSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of RadarPointSeries)))>
Public Class RadarPointSeries
Inherits RadarSeries
Implements ICloneable, IXmlSerializable
Each point contains a single value. Point borders, point fills, and point markers can be assigned for the series or for a point in the series with null (Nothing in VB) indicating unassigned. Depth of the point is measured relative to the depth of the plot area (with a range of 0 to 1).
| Name | Description |
|---|---|
| RadarPointSeries() | Creates a new series. |
| RadarPointSeries(RadarPointSeries) | Creates a new series that is a deep copy of the specified series. |
| Name | Description |
|---|---|
| Count | Gets the number of points in the series. |
| GapDepth | Gets or sets the amount of space between series. |
| LabelContainsValue | Gets or sets whether the value in displayed in the labels. |
| PointBorder | Gets or sets the point border for the series. |
| PointBorders | Gets the collection of point borders for the series. |
| PointFill | Gets or sets the point fill for the series. |
| PointFills | Gets the collection of point fills for the series. |
| PointMarker | Gets or sets the point marker for the series. |
| PointMarkers | Gets the collection of point markers for the series. |
| Values | Gets the collection of values for the series. |
| VaryColors | Gets or sets whether each data point is displayed with a different color. |
| Name | Description |
|---|---|
| Clone() | Creates a deep copy of this series. |
| GetSchema() | This method is reserved and should not be used. |
| ReadXml(XmlReader) | Generates an object from its XML representation. |
| ReadXmlElement(XmlReader) | Reads the child XML element. |
| WriteXml(XmlWriter) | Converts an object into its XML representation. |