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

User interaction with chart values (asp page)

1 Answer 26 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Faris
Top achievements
Rank 1
Faris asked on 10 Jun 2010, 09:09 AM
Hello everyone,

in my current project (aps.net page) I need a chart that can be edited in real time by the user while moving the cursor . Instead of using TextBoxes to modify the data, the user wants to move the cursor through the x-axis or y-axis in order to redraw the line chart in real time.

Any idea if this is currently supported, or how could I get it done?

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 15 Jun 2010, 10:41 AM
Hello Faris,

One possible approach is to use the chart's zoom/scroll capabilities. You can find more details in these resources:
If you choose not to use this, you can still add sliders to your page and use them to configure the chart. You should have in mind, that when zoom/scroll is disabled, the chart is rendered as an image in the page, so a postback or ajax request is required, so that the chart image is generated on the server and sent back to the browser.

Best regards,
Ves
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
Chart (Obsolete)
Asked by
Faris
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or