[]
        
(Showing Draft Content)

FarPoint.Web.Chart.RadarLineSeries

RadarLineSeries Class

Represents a line series in a radar plot area.

Inheritance
RadarLineSeries
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class RadarLineSeries : RadarSeries, ICloneable, IXmlSerializable
Public Class RadarLineSeries
    Inherits RadarSeries
    Implements ICloneable, IXmlSerializable
Remarks

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

Constructors

Name Description
RadarLineSeries()

Creates a new series.

RadarLineSeries(RadarLineSeries)

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

Properties

Name Description
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 is displayed in the labels.

LineBorder

Gets or sets the line border for the series.

LineBorders

Gets the collection of line borders for the series.

LineFill

Gets or sets the line fill for the series.

LineFills

Gets the collection of line fills for the series.

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.

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.

WriteXml(XmlWriter)

Converts an object into its XML representation.