[]
Represents a stacked group of line series in a Y plot area.
[TypeConverter(typeof(GenericTypeConverter<StackedLineSeries>))]
public class StackedLineSeries : YSeries, ICompositeSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of StackedLineSeries)))>
Public Class StackedLineSeries
Inherits YSeries
Implements ICompositeSeries, ICloneable, IXmlSerializable
Each point contains single value. Line borders and line fills can be assigned to a series or a point with null (Nothing in VB) indicating unassigned. Line depth is measured relative to the floor grid cell (with a range 0 to 1).
| Name | Description |
|---|---|
| StackedLineSeries() | Creates a new series. |
| StackedLineSeries(StackedLineSeries) | Creates a new series that is a deep copy of the specified series. |
| Name | Description |
|---|---|
| Count | Gets the number of points in the series. |
| GapDepth | Gets of sets amount of space between series. |
| Percent | Gets or sets whether the lines are stacked or 100% stacked. |
| Series | Gets the collection of line 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. |
| ReadXmlElement(XmlReader) | Reads the child XML element. |
| WriteXml(XmlWriter) | Converts an object into its XML representation. |