This is a migrated thread and some comments may be shown as answers.

CombineMode for CandlestickSeries

3 Answers 52 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
AshR
Top achievements
Rank 1
AshR asked on 19 Feb 2016, 02:44 PM
I have a SeriesProvider with multiple CandlestickSeries. Is it possible to cluster these together using combinemode, as you can with BarSeries? If not how would you suggest that we style the series so that multiple candlesticks can be displayed, side by side, within their relevant categories?

3 Answers, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 24 Feb 2016, 08:57 AM
Hi,

The chartview does not support combine mode for the ohlc and candlestick series. One way to go here is to use range bar series that mimic candlestick series via a point template. In the point template you need to place a visual that renders a candlestick. I have created a small project where this is demonstrated. Let us know how it goes.

Regards,
Petar Marchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
AshR
Top achievements
Rank 1
answered on 29 Feb 2016, 04:29 PM

Thanks Petar,

However I also needed to use a ChartSeriesProvider , which does not support RangeBarSeries. In the end I used a set of BarSeries layered on top of each other and styled to look like a candlestick, using hidden axis provided by the bound object to get the required behaviour of clustering with a dynamic number of series. 

0
Petar Marchev
Telerik team
answered on 01 Mar 2016, 02:11 PM
Hello,

We are glad that you have managed to find a work-around for this. However, with the last official release we made it possible to use the series provider and create any series, including range bar series. So you should be able to plug it in very easy and eliminate the additional hidden axis code. I hope this helps.

Regards,
Petar Marchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ChartView
Asked by
AshR
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
AshR
Top achievements
Rank 1
Share this question
or