[]
Represents a stock series in a Y plot area.
public class CandlestickSeries : YSeries, ICloneable, IXmlSerializable
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 |
---|---|
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. |
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. |
LowValues | Gets the collection of low values for the series. |
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 |
WriteXml(XmlWriter) | Converts an object into its XML representation. |