Version

FinancialChartType Enumeration

An enum representing the available price series types to display in the main chart.
Syntax
'Declaration
 
Public Enum FinancialChartType 
   Inherits System.Enum
public enum FinancialChartType : System.Enum 
Members
MemberDescription
AutoAutomatically determine the price series type to display in the main chart.
BarDisplay financial bar series in the main chart.
CandleDisplay candlestick series in the main chart.
ColumnDisplay column series in the main chart.
LineDisplay line series in the main chart.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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