[]
Represents a bar series in a Y plot area.
[TypeConverter(typeof(GenericTypeConverter<BarSeries>))]
public class BarSeries : YSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of BarSeries)))>
Public Class BarSeries
Inherits YSeries
Implements ICloneable, IXmlSerializable
Each point contains a single value. Bar borders and bar fills can be assigned for the series or for a point in the series 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). Bar origin can be automatically generated or manually assigned.
| Name | Description |
|---|---|
| BarSeries() | Creates a new series. |
| BarSeries(BarSeries) | Creates a new series that is a deep copy of the specified series. |
| BarSeries(SerializationInfo, StreamingContext) | Creates a new BarSeries from serialization. |
| Name | Description |
|---|---|
| AutoOrigin | Gets or sets whether the bar origin is automatically calculated or manually assigned. |
| BarBorder | Gets or sets the bar border for the series. |
| BarBorders | Gets the collection of bar borders for the series. |
| BarFill | Gets or sets the bar fill for the series. |
| BarFills | Gets the collection of bar fills for the series. |
| BarShape | Gets or sets the shape of bars. |
| BottomBevel | Gets or sets the bottom bevel. |
| BottomBevels | Gets the collection of bottom bevels for the series. |
| 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. |
| LabelContainsValue | Gets or sets whether the value is displayed in the labels. |
| Origin | Gets or sets the bar origin. |
| TopBevel | Gets or sets the top bevel. |
| TopBevels | Gets the collection of top bevels for the series. |
| Values | Gets the collection of values for the series. |
| VaryColors | Gets or sets whether each data point is displayed with a different color. |
| Name | Description |
|---|---|
| Clone() | Creates a deep copy of this series. |
| GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
| 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. |