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

Scatter Point Relative Size?

2 Answers 68 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 21 Jun 2013, 03:48 PM
I need to create a scatter plot that looks something like the image I've attached which features a combination of scatter points and rings of defined sizes. 

I have been able to use the ScatterPointSeries.PointTemplate to create the rings by modifying the width, height, stroke and fill properties so that I get a hollow ring that is larger than the scatter points. However I need to be able to control the size of the ring relative to the chart axis. 

It appears that something similar to what I need was available in BubbleChart (BubbleSizeRelative) but this is not available in ChartView yet.

Is there any way I can do this with the current version and if not do you know when it will be implemented? 

Thanks for the help,

Andy. 

2 Answers, 1 is accepted

Sort by
0
Petar Kirov
Telerik team
answered on 26 Jun 2013, 04:59 PM
Hi Andy,

I am afraid that this currently is not supported. Our development team has plans for introducing bubble series, but I can not provide a definitive time-frame for that.

Currently you may be able to workaround this by either using the RadCartesianChart's ConvertDataToPoint method, or by using a CandleStick series with your custom PointTemplate (CandleStick's PointTemplate is scaled relative to the chart axes).

I have attached a sample project demonstrating the second method.

I hope this helps.

Regards,
Petar Kirov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Andrew
Top achievements
Rank 1
answered on 27 Jun 2013, 08:26 AM
Thanks, I will give this a shot and let you know if it works. 

Andy. 
Tags
ChartView
Asked by
Andrew
Top achievements
Rank 1
Answers by
Petar Kirov
Telerik team
Andrew
Top achievements
Rank 1
Share this question
or