FlexChart > Understanding FlexChart > FlexChart Types > Financial > Candle |
The Candle Chart integrates Bar and Line charts to depict a range of values over time. It consists of visual elements known as candles that are further comprised of three elements: body, wick, and tail.
The following code shows the implementation:
C# |
Copy Code
|
---|---|
flexChart.ChartType = C1.Chart.ChartType.Candlestick; |