[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PiePlotArea

PiePlotArea Class

Represents a pie plot area in a chart model.

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

Constructors

Name Description
PiePlotArea()

Creates a new plot area.

PiePlotArea(PiePlotArea)

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

Properties

Name Description
Clockwise

Gets or sets whether pie slices are layed out clockwise or counter clockwise.

HoleSize

Gets or sets the size of the hole in the middle of the pie.

StartAngle

Gets or sets the angle at which the first pie slice is displayed.

SweepAngle

Gets or sets the total angle of all the pie slices.

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.