[]
Represents a clustered group of bar series in a Y plot area.
public class ClusteredBoxWhiskerSeries : YSeries, ICompositeSeries, ICloneable, IXmlSerializable
Public Class ClusteredBoxWhiskerSeries
Inherits YSeries
Implements ICompositeSeries, ICloneable, IXmlSerializable
Name | Description |
---|---|
ClusteredBoxWhiskerSeries() | Creates a new series. |
ClusteredBoxWhiskerSeries(ClusteredBoxWhiskerSeries) | Creates a new series that is a deep copy of the specified series. |
Name | Description |
---|---|
Count | Gets the number of points in the series. |
GapWidth | Gets or sets the amount of space between categories. |
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. |
WriteXml(XmlWriter) | Converts an object into its XML representation. |