[]
        
(Showing Draft Content)

FarPoint.Win.Chart.PolarSeries

PolarSeries Class

Represents a Base class for series in a polar plot area.

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

Constructors

Name Description
PolarSeries()

Creates a new series.

PolarSeries(PolarSeries)

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

Properties

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