[]
        
(Showing Draft Content)

FarPoint.Web.Chart.RadarSeries

RadarSeries Class

Represents the Base class for a series in a radar plot area.

Implements
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public abstract class RadarSeries : Series, IXmlSerializable
Public MustInherit Class RadarSeries
    Inherits Series
    Implements IXmlSerializable

Constructors

Name Description
RadarSeries()

Creates a new series.

RadarSeries(RadarSeries)

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

Properties

Name Description
CategoryNames

Gets the collection of category names for the series.

LabelContainsCategoryName

Gets or sets whether the category name is displayed in the labels.

YAxisId

Gets or sets the Id of the y-axis on which the series is plotted.

Methods

Name Description
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.