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

Can i use RadCartesianChart with custom series to draw

3 Answers 44 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Oueslati
Top achievements
Rank 1
Oueslati asked on 17 Nov 2014, 12:55 PM
Hi guys,

I wanna build this control : 

http://bit.ly/1A77OUa

i'm wondering if i can accomplish this using CartesianChart since i didnt see any of the series provided that can end up drawing a "shape chart" ??

Thanks for you help

3 Answers, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 20 Nov 2014, 09:47 AM
Hello Oueslati,

RadChartView is not the proper control you should use for such scenarios. It renders different types of series by providing a collection of DataPoints. It seems to me that you need a control that renders a closed contour shapes. I highly recommend our RadDiagram control for the purpose. It supports various types of predefined Shape Geometries (as described here) but also supports creating custom ones. What you'll need to do is inherit the RadDiagramShape class and apply your custom PathGeometry to its Geometry property (you might find this documentation topic helpful). 

If you are new to the RadDiagram please refer to our documentation and online demos with source code provided that will help you to get to know the control and its features:
Link to our documentation
Link to our online demos.

I hope this information helps.

Regards,
Evgenia
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Oueslati
Top achievements
Rank 1
answered on 20 Nov 2014, 03:58 PM

Hi,

Thanks for your answer,

I saw the RadDiagram capabilities and I already thought about using this control coz it offers the zoom out of the box but the concern is that I also have axes with scale in my control (zoomable) and I haven't found such control to built a composite one.

Does Telerik have Axis Control standalone ?

Regards,
Thanks
.
0
Evgenia
Telerik team
answered on 25 Nov 2014, 11:27 AM
Hi,

Yes, we provide standalone Axis control - the RadHorizontalDataAxis and RadVerticalDataAxis which reside in Telerik.Windows.Controls.DataVisualization assembly. Its major properties are described in our documentation. Please mind that it does not support zooming scenarios, rather it is suitable for presenting manual range and step.
Another thing you might choose to use is to customize the Rulers of Diagram to achieve the desired look. You might find this help topic useful for the purpose. As you will see Diagram Rulers change their values with zooming in and out. 

Regards,
Evgenia
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ChartView
Asked by
Oueslati
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Oueslati
Top achievements
Rank 1
Share this question
or