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