Question

In a video of the DevExpress Chart Demo (see attached image and link below) out on YouTube... the "Large DataSource" demo seems to have some sort of "range" bar at the top where you can see an overview of the data and adjust the left and right of the range and drag the range left and right as well. In the current version of DevExpress the demo doesn't have this feature. Does anyone know how to implement it... or at least what it is officially called so I can look it up in the documentation.

Also, if anybody knows, is there is source code for this demo?

The actual video I'm talking about is here: https://www.youtube.com/watch?v=HmA6vANrKKk

enter image description here

Was it helpful?

Solution

some sort of "range" bar at the top

Your screenshot is demonstrates the RangeControl, which provides a data range selection functionality. ChartControl on your screenshot is bound to the RangeControl via the RangeControl.Client property.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top