[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PolarAreaSeries

PolarAreaSeries Class

Represents an area series in a polar plot area.

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

Each point in the series contains two values: x (angle) and y (radius). Area borders and area fills can be assigned for the series or for a point with null (Nothing in VB) indicating unassigned.

Constructors

Name Description
PolarAreaSeries()

Creates a new series.

PolarAreaSeries(PolarAreaSeries)

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.

LabelContainsXValue

Gets or sets whether the x value in displayed in the labels.

LabelContainsYValue

Gets or sets whether the y value is displayed in the labels.

XValues

Gets the collection of x values for the series.

YValues

Gets the collection of y 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.

WriteXml(XmlWriter)

Converts an object into its XML representation.