FinancialChartType
An enum representing the available price series types to display in the main chart.
Enumeration Members
Section titled "Enumeration Members"Automatically determine the price series type to display in the main chart.
Auto = 0 Display financial bar series in the main chart.
Bar = 1 Candle
Section titled "Candle"Display candlestick series in the main chart.
Candle = 2 Column
Section titled "Column"Display column series in the main chart.
Column = 3 Display line series in the main chart.
Line = 4