[]
Represents a stock series in a Y plot area.
[TypeConverter(typeof(GenericTypeConverter<CandlestickSeries>))]
public class CandlestickSeries : YSeries, ICloneable, IXmlSerializable
<TypeConverter(GetType(GenericTypeConverter(Of CandlestickSeries)))>
Public Class CandlestickSeries
Inherits YSeries
Implements ICloneable, IXmlSerializable
| Name | Description |
|---|---|
| CandlestickSeries() | Creates a new series. |
| CandlestickSeries(CandlestickSeries) | Creates a new series that is a deep clone 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. |
| DownBorder | Gets or sets the down border for the series. |
| DownBorders | Gets the collection of down borders for the series. |
| DownFill | Gets or sets the down fill for the series. |
| DownFills | Gets the collection of down fills for the series. |
| GapDepth | Gets or sets the amount of space between 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. |
| LabelContainsOpenValue | Gets or sets whether the open value is displayed in the labels. |
| LowErrorBars | Gets the low errorBar |
| LowValues | Gets the collection of low values for the series. |
| OpenErrorBars | Gets the hight errorBar |
| OpenValues | Gets the collection of open values for the series. |
| UpBorder | Gets or sets the up border for the series. |
| UpBorders | Gets the collection of up borders for the series. |
| UpFill | Gets or sets the up fill for the series. |
| UpFills | Gets the collection of up fills 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 |
| SetLowErrorBarsVisible(bool) | Sets the low errorbars visible |
| SetOpenErrorBarsVisible(bool) | Sets the close errorbars visible |
| WriteXml(XmlWriter) | Converts an object into its XML representation. |