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

User Ability To Resize Chart Boxes

1 Answer 35 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Dejan
Top achievements
Rank 1
Dejan asked on 11 Feb 2016, 02:48 AM

We presently have a .NET application which displays a diagram from an Oracle data source and a .NET program. Attached is a screenshot of the user interface with the diagram.

The goal is to provide the users the ability to dynamically resize the various 'rectangles' in the diagram, by dragging the horizontal and vertical lines. As an example, in the attached diagram page 2, we'd like to expand the TIG area from 33.33% to 50% by dragging the vertical line that separates it from General Reinsurance Corp.

As an example we would draw a vertical splitter line/object at the border and constrain the drag horizontally. When the splitter is dragged in either direction it sends a message to the adjacent object to resize and change value.

Question is are there any controls currently offered by Telerik out of the box that we could use to accomplish this?

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 15 Feb 2016, 03:11 PM
Hi Dejan,

UI for WPF doesn't contains a control that completely fits in your requirement. However, you can take a look at RadChartView and RadDiagram and see if they will work for you. For example, you can try the RadChartView suite and its RadCartesianChart control. This will allow you to easily define the desired layout. On the other hand the chart doesn't support dragging or resizing out of the box and you will need to implement custom logic for this. 

You can take some time to explore the RadChartView's help documentation, SDK examples and demos and see if it works for you.

Regards,
Martin
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
Chart
Asked by
Dejan
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or