[]
Represents a high-low-close series in a Y plot area.
[TypeConverter(typeof(GenericTypeConverter<HighLowCloseSeries>))]
public class HighLowCloseSeries : YSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of HighLowCloseSeries)))>
Public Class HighLowCloseSeries
Inherits YSeries
Implements ICloneable, IXmlSerializable
Name | Description |
---|---|
HighLowCloseSeries() | Creates a new series. |
HighLowCloseSeries(HighLowCloseSeries) | Creates a new series that is a deep copy of the specified series. |
Name | Description |
---|---|
CloseErrorBars | Gets the close errorBar |
CloseValues | Gets the collection of close values for the series. |
Count | Gets the number of points in the series. |
GapWidth | Gets or sets the amount of space between categories. |
HighErrorBars | Gets the hight errorBar |
HighValues | Gets the collection of high values for the series. |
LabelContainsCloseValue | Gets or sets whether the close value is displayed in the labels. |
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. |
Line | Gets or sets the line for the series. |
Lines | Gets the collection of lines for the series. |
LowErrorBars | Gets the low errorBar |
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. |
SetCloseErrorBarsVisible(bool) | Sets the close errorbars visible |
SetHighErrorBarsVisible(bool) | Sets the heigh error bars visible |
SetLowErrorBarVisible(bool) | Sets the low errorbars visible |
WriteXml(XmlWriter) | Converts an object into its XML representation. |