[]
Represents a high-low area series in a Y plot area.
[TypeConverter(typeof(GenericTypeConverter<HighLowAreaSeries>))]
public class HighLowAreaSeries : YSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of HighLowAreaSeries)))>
Public Class HighLowAreaSeries
Inherits YSeries
Implements ICloneable, IXmlSerializable
| Name | Description |
|---|---|
| HighLowAreaSeries() | Creates a new series. |
| HighLowAreaSeries(HighLowAreaSeries) | Creates a new series that is a deep copy of the specified series. |
| Name | Description |
|---|---|
| AreaBorder | Gets or sets the area border for the series. |
| AreaBorders | Gets the collection of area borders for the series. |
| AreaFill | Gets or sets the area fill for the series. |
| AreaFills | Gets the collection of area fills for the series. |
| Count | Gets the number of points in the series. |
| DropLinesLine | Gets or sets the line used to draw the drop lines. |
| DropLinesVisible | Gets or sets whether drop lines are visible. |
| GapDepth | Gets or sets the amount of space between series. |
| 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. |
| 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. |