Enumeration FinancialChartType

An enum representing the available price series types to display in the main chart.

Enumeration members

Enumeration members

Auto

Auto: = 0

Automatically determine the price series type to display in the main chart.

Bar

Bar: = 1

Display financial bar series in the main chart.

Candle

Candle: = 2

Display candlestick series in the main chart.

Column

Column: = 3

Display column series in the main chart.

Line

Line: = 4

Display line series in the main chart.