Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
703
Slider Chart
posted

Hi,

We are currently using Infragistics 9.2 and recently we came up with a new requirement for chart as attached with this post.

We need two thumbs inside a chart  which on sliding shud give the data at the location it is placed. Is this possible in the current version of infragistics.

If not is it possible with any other options. If so please suggest your ideas.

Thanks in advance.

  • 26458
    Offline posted

    Unfortunately, this is not really built into the chart control, but this can be done with some custom drawing. When you handle the FillSceneGraph event, you can add shapes to the chart. You can also have these shapes respond to mouse events. The only drawback is that you will have to redraw the entire chart on every mouse move when you're dragging your slider.

    Check out this post for some ideas:
    http://forums.infragistics.com/forums/p/4723/22787.aspx