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

How to create This Chart On Win Form

1 Answer 100 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
mohsen
Top achievements
Rank 1
mohsen asked on 06 Aug 2017, 03:26 AM

hello , 

i need create chart Likely attached file  on telerik chart win form , please help me ....

thanks.

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 07 Aug 2017, 01:00 PM
Hi Mohsen,

Thank you for writing.

The chart displayed in the attached screenshot suggests that you might need a Gantt-like series. Currently, this kind of series is not supported. We have a feature request logged on our feedback portal here: https://feedback.telerik.com/Project/154/Feedback/Details/199809-add-radchartview-gantt-like-series. I have also added a vote for the item on your behalf.

For the time being, if it fits your local setup you can use a normal bar series and change the orientation of the chart area:
this.radChartView1.GetArea<CartesianArea>().Orientation = Orientation.Horizontal;

Alternatively, you can also check our RadGanttView control and see if it will handle your actual scenario: http://docs.telerik.com/devtools/winforms/ganttview/ganttview.

I hope this helps. Should you have further questions please do not hesitate to write back.

Regards,
Hristo
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
ChartView
Asked by
mohsen
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or