[]
        
(Showing Draft Content)

C1.Android.Chart.ChartType.Candlestick

Candlestick Field

Presents items with high, low, open, and close values. The size of the wick line is determined by the High and Low values, while the size of the bar is determined by the Open and Close values. The bar is displayed using different colors, depending on whether the close value is higher or lower than the open value.

Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public const ChartType Candlestick = 10
Returns
Type Description
ChartType Presents items with high, low, open, and close values. The size of the wick line is determined by the High and Low values, while the size of the bar is determined by the Open and Close values. The bar is displayed using different colors, depending on whether the close value is higher or lower than the open value.