[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StackedAreaSeries

StackedAreaSeries Class

Represents a stacked group of area series in a Y plot area.

Inheritance
StackedAreaSeries
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class StackedAreaSeries : YSeries, ICompositeSeries, ICloneable, IXmlSerializable
Public Class StackedAreaSeries
    Inherits YSeries
    Implements ICompositeSeries, ICloneable, IXmlSerializable
Remarks

Each point contains a single value. Area borders and area fills can be assigned to a series or a point with null (Nothing in VB) indicating unassigned. Area depth is measured relative to the floor grid cell (with a range of 0 to 1).

Constructors

Name Description
StackedAreaSeries()

Creates a new series.

StackedAreaSeries(StackedAreaSeries)

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

Properties

Name Description
Count

Gets the number of points in the series.

GapDepth

Gets or sets the amount of space between series.

Percent

Gets or sets whether the areas are stacked or 100% stacked.

Series

Gets the collection area series.

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.