[]
Represents a clustered group of bar series in a Y plot area.
[TypeConverter(typeof(GenericTypeConverter<ClusteredBarSeries>))]
public class ClusteredBarSeries : YSeries, ICompositeSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of ClusteredBarSeries)))>
Public Class ClusteredBarSeries
Inherits YSeries
Implements ICompositeSeries, ICloneable, IXmlSerializable
| Name | Description |
|---|---|
| ClusteredBarSeries() | Creates a new series. |
| ClusteredBarSeries(ClusteredBarSeries) | Creates a new series that is a deep copy of the specified series. |
| Name | Description |
|---|---|
| AutoOrigin | Gets or sets whether the bar origin is automatically calculated or manually assigned. |
| Count | Gets the number of points in the series. |
| GapDepth | Gets or sets the amount of space between series. |
| GapWidth | Gets or sets the amount of space between categories. |
| Origin | Gets or sets the bar origin. |
| Overlap | Gets or sets the amount of overlap of data points within a category. |
| 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. |