[]
        
(Showing Draft Content)

FarPoint.Web.Chart.RadarPlotArea

RadarPlotArea Class

Represents a radar plot area in a chart model.

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

The plot area has an x-axis, a y-axis, and a back wall. The x-axis represent categories (around the edge of the plot area). The y-axis represent values (along a radius of the plot area).

Constructors

Name Description
RadarPlotArea()

Creates a new plot area.

RadarPlotArea(RadarPlotArea)

Creates a new plot area that is a deep copy of the specified plot area.

Properties

Name Description
BackWall

Gets or sets the back wall.

XAxis

Gets the x-axis.

YAxes

Gets the collection of y axes.

Methods

Name Description
Clone()

Creates a deep copy of this plot area.

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.