Hi,
We have created a histogram chart in our project using a composite chart type(using a Stacked Column chart) and a line chart for displaying the annotations.We need to create a component using which we can select regions in the chart using the mouse click and move events..
Please find attached the files containing screen shots of the specific requirements.I would request you to kindly provide us a solution for the same at the earliest.I am using infragistics 7.3 Ultrawinchart component.
As I am using the component for the first time it would be helpful if you could send me some code snippet for the solution as well.
Thanks and Regards,Uday
this isn't currently a feature of the chart, but you can submit a feature request here: http://devcenter.infragistics.com/protected/requestfeature.aspx
i think it is possible to write code to do this, but you have to handle the MouseDown event and do all the associated drawing & positioning in code. the chart.Axis.X.ScrollScale property is provided to change the zoom/scroll settings in code.
Hi David,
Thanks for your help. I have one query. As you may be aware of my requirement.Referring to the image in the mail chain above. Should I use a Box primitive or a box annotation for drawing the region or simply draw a rectangle.
Also, is it possible to have a drag functionality for each side of a box in order to resize it.
Request you to kindly help me with the same.
Regards,
Uday