New to Telerik UI for WinFormsStart a free 30-day trial

CandleStick Charts

Updated over 1 year ago

The CandleStick chart combines bar and line chart styles to show a range of value movement over time. A filled bar indicates the opening value was greater than the closing value.  An empty bar indicates that the closing value was greater than the opening value. The line through the center (the "wick") shows the extreme high and low values. The meaning of the Y values in a CandleStick chart are:  

  • YValue = Open

  • YValue2 = Close

  • YValue 3 = Max

  • YValue 4 = Min

The "bar" portion of each chart item is formed between the YValue and YValue2 properties.  The "wick" portion of the chart is defined with the YValue3 and YValue4 chart item properties.

To create a Vertical CandleStick Chart set the SeriesOrientation property to Vertical. Set the RadChart DefaultType property or ChartSeries.Type to CandleStick.

WinForms RadChart CandleStick SeriesOrientation Vertical

To create a Vertical CandleStick Chart set the SeriesOrientation property to Horizontal. Set the RadChart DefaultType property or ChartSeries.Type to CandleStick.

WinForms RadChart CandleStick SeriesOrientation Horizontal

The screenshots above use the following data points:

YValueYValue2YValue3YValue4
67.14.58
5.57.736
219823
5.56.546.5
64.537
Not finding the help you need?
Contact Support