[]
Represents an area series in a Y plot area.
public class AreaSeries : YSeries, ICloneable, IXmlSerializable
Public Class AreaSeries
Inherits YSeries
Implements ICloneable, IXmlSerializable
Each point contains a single value. Area borders and area fills can be assigned for the series or for a point in the series with null (Nothing in VB) indicating unassigned. Area depth is measured relative to the floor grid cell (with a range of 0 to 1). Area origin can be automatically generated or manually assigned.
Name | Description |
---|---|
AreaSeries() | Creates a new series. |
AreaSeries(AreaSeries) | Creates a new series that is a deep copy of the specified series. |
Name | Description |
---|---|
AreaBorder | Gets or sets the area border for the series. |
AreaBorders | Gets the collection of area borders for the series. |
AreaFill | Gets or sets the area fill for the series. |
AreaFills | Gets the collection of area fills for the series. |
AutoOrigin | Gets or sets whether the area origin is automatically calculated or manually assigned. |
Count | Gets the number of points in the series. |
DropLinesLine | Gets or sets the line used to draw the drop lines. |
DropLinesVisible | Gets or sets whether drop lines are visible. |
GapDepth | Gets or sets the amount of space between series. |
LabelContainsValue | Gets or sets whether the value is displayed in the labels. |
Origin | Gets or sets the area origin. |
SmoothedLine | Gets or sets whether the line is smoothed (not jagged). |
Values | Gets the collection of values for the series. |
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. |