.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : SeriesTypeFinancial Enumeration
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
MemberDescription
BarDraws the series with bars.
CandleStickDraws the series with candle sticks.
CloseDraws the closing price as a line.
HighDraws the high price as a line.
HighLowAreaDraws a range area of highs and lows.
LowDraws the low price as a line.
OpenDraws 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