Visual Basic (Declaration) | |
---|---|
Public Enum SeriesTypeFinancial Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum SeriesTypeFinancial : Enum |
Member | Description |
---|---|
CandleStick | Draws the series with candle sticks. |
Bar | Draws the series with bars. |
Open | Draws the opening price as a line. |
Close | Draws the closing price as a line. |
High | Draws the high price as a line. |
Low | Draws the low price as a line. |
HighLowArea | Draws a range area of highs and lows. |
System.Object
System.ValueType
System.Enum
dotnetCHARTING.SeriesTypeFinancial