[]
        
(Showing Draft Content)

FarPoint.Win.Chart.PolarPlotArea

PolarPlotArea Class

Represents a polar plot area in a chart model.

Inheritance
PolarPlotArea
Implements
IXmlSerializable
Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
[TypeConverter(typeof(GenericTypeConverter<PolarPlotArea>))]
public class PolarPlotArea : PlotArea, IXmlSerializable, ICloneable
<TypeConverter(GetType(GenericTypeConverter(Of PolarPlotArea)))>
Public Class PolarPlotArea
    Inherits PlotArea
    Implements IXmlSerializable, ICloneable
Remarks

The plot area has an x-axis, a y-axis, and a back wall. The x-axis represents angle values. The y-axis represents radius values.

Constructors

Name Description
PolarPlotArea()

Creates a new plot area

PolarPlotArea(PolarPlotArea)

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.

StartAngle

Gets or sets the angle at which the origin is displayed.

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.