SeriesTypeFinancial Enumeration
Specifies how a financial series will be shown on the chart.
Syntax
'Declaration Public Enum SeriesTypeFinancial Inherits System.Enum
'Usage Dim instance As SeriesTypeFinancial
public enum SeriesTypeFinancial : System.Enum
Members
Member | Description |
---|---|
Bar | Draws the series with bars. |
CandleStick | Draws the series with candle sticks. |
Close | Draws the closing price as a line. |
High | Draws the high price as a line. |
HighLowArea | Draws a range area of highs and lows. |
Low | Draws the low price as a line. |
Open | Draws the opening price as a line. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.SeriesTypeFinancial
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also