[]
Represents a high-low bar series in a Y plot area.
[TypeConverter(typeof(GenericTypeConverter<HighLowBarSeries>))]
public class HighLowBarSeries : YSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of HighLowBarSeries)))>
Public Class HighLowBarSeries
Inherits YSeries
Implements ICloneable, IXmlSerializable
| Name | Description |
|---|---|
| HighLowBarSeries() | Creates a new series. |
| HighLowBarSeries(HighLowBarSeries) | Creates a new series that is a deep copy of the specified series. |
| Name | Description |
|---|---|
| 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. |
| HighValues | Gets the collection of high values for the series. |
| LabelContainsHighValue | Gets or sets whether the high value is displayed in the labels. |
| LabelContainsLowValue | Gets or sets whether the low value is displayed in the labels. |
| LowValues | Gets the collection of low values for the series. |
| TopBevel | Gets or sets the top bevel. |
| TopBevels | Gets the collection of top bevels 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. |
| 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. |