[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PieSeries

PieSeries Class

Represents a pie series in a pie plot area.

Inheritance
PieSeries
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
[PlotArea(typeof(PiePlotArea))]
public class PieSeries : Series, ICloneable, IXmlSerializable
<PlotArea(GetType(PiePlotArea))>
Public Class PieSeries
    Inherits Series
    Implements ICloneable, IXmlSerializable

Constructors

Name Description
PieSeries()

Creates a new series.

PieSeries(PieSeries)

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

Properties

Name Description
BottomBevel

Gets or sets the bottom bevel.

BottomBevels

Gets the collection of bottom bevels for the series.

CategoryNames

Gets the collection of category names for the series.

Count

Gets the number of points in the series.

LabelContainsCategoryName

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

LabelContainsValue

Gets or sets whether the value is displayed in the labels.

PieBorder

Gets or sets the pie border for the series.

PieBorders

Gets the collection of pie borders for the series.

PieDetachments

Gets the collection of pie detachments for the series.

PieFill

Gets or sets the pie fill for the series.

PieFills

Gets the collection of pie fills for the series.

TopBevel

Gets or sets the top bevel.

TopBevels

Gets the collection of top bevels for the series.

Values

Gets the collection of values for the series.

VaryColors

Gets or sets whether each data point is displayed with a different color.

Methods

Name Description
Clone()

Creates a deep copy of this series.

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.