[]
        
(Showing Draft Content)

FarPoint.Win.Chart.RadarAreaSeries

RadarAreaSeries Class

Represents an area series in a radar plot area.

Inheritance
RadarAreaSeries
Implements
IXmlSerializable
Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
[TypeConverter(typeof(GenericTypeConverter<RadarAreaSeries>))]
public class RadarAreaSeries : RadarSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of RadarAreaSeries)))>
Public Class RadarAreaSeries
    Inherits RadarSeries
    Implements ICloneable, IXmlSerializable
Remarks

Each point contains a single value. Area borders and area fills can be assigned for the series or for a point in the series with null (Nothing in VB) indicating unassigned. Depth of the area is measured relative to the depth of floor grid cell (with a range of 0 to 1).

Constructors

Name Description
RadarAreaSeries()

Creates a new series.

RadarAreaSeries(RadarAreaSeries)

Creates a new series that is a deep copy of the specified series.

Properties

Name Description
AreaBorder

Gets or sets the area border for the series.

AreaBorders

Gets the collection of area borders for the series.

AreaFill

Gets or sets the area fill for the series.

AreaFills

Gets the collection of area fills for the series.

CloseContour

Gets or sets whether the last point is connected to the first point.

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.

Values

Gets the collection of values for the series.

Methods

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.