[]
Represents a pie plot area in a chart model.
public class PiePlotArea : PlotArea, IXmlSerializable, ICloneable
Public Class PiePlotArea
Inherits PlotArea
Implements IXmlSerializable, ICloneable
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. |
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. |
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. |