[]
Represents a stacked group of point series in a Y plot area.
[TypeConverter(typeof(GenericTypeConverter<StackedPointSeries>))]
public class StackedPointSeries : YSeries, ICompositeSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of StackedPointSeries)))>
Public Class StackedPointSeries
Inherits YSeries
Implements ICompositeSeries, ICloneable, IXmlSerializable
Each point contains a single value. Point borders, point fills, and point markers can be assigned to a series or a point with null (Nothing in VB) indicating unassigned. Point depth is measured relative to the floor grid cell (with a range of 0 to 1).
| Name | Description |
|---|---|
| StackedPointSeries() | Creates a new series. |
| StackedPointSeries(StackedPointSeries) | 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 the amount of space between series. |
| Percent | Gets or sets whether the points are stacked or 100% stacked. |
| Series | Gets the collection of point 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. |