1. Is it possible to create StepLine Chart with mouse click.
2. User will follow below steps to create new chart, steps are
a. User click to create new chart and it will open blank chart as show above (without data)
b. User click anyplace on the chart for initial placements. Chart line will extend from the 0,0 origin mark to the location the user clicked using the rise-run method.
c. User will define the value for all 24 hours of the chart.
If it is possible to created above explained chart, then please provide sample code for the same.
Thanks in advance.
Please let me know in case any further detail is required.
My apologies Vijayendra, the correct link is below:
http://download.infragistics.com/users/akshayl/interactivestepline.zip
Hi,
Thank you Akshay for your reply on my question, but the link you have provided for sample code is not working. Please send the link from where i can download the sample code
Thanks,
Vijayendra
Yes, this is possible. I have attached a proof-of-concept sample, which you can refine as per your exact requirements.
http://downloads.infragistics.com/users/AkhayL/InteractiveStepLine.zip
When the user clicks on the chart, a new point as added at the Y ordinate of the click:
Cheers,
Akshay