Hi,
I faced some problems in the infragistic graph in scoll bar adding.
Made the ultraChart1.Axis.X.ScrollScale.Visible = true;
but all the data coming in the same size of graph .
Is there any way to add scroll bar in the graph.
Here I am attaching the image of the graph.
Thanks In Advance.
Hello Manaswini,
Looking at the screenshot, I see that your Scrollbar is visible, but if you want to be able to scrolling, you need to "Zoom IN" your chart. You could do that with code. For example:
axisX.ScrollScale.Visible = true;axisX.ScrollScale.Scale = 0.25;
or by press "+"/ "-" signs at the left side of your scrollbar.Please let me know if you have any questions.Regards
Hello Georgi,
Thank You for replying so early.
I have used the suggestion and have the desired result.
But,the The Leveling of X axix is not showing now due to long range of data.
Is there any way to give the graph look like the following graph?
Or can we set a fixed space for each series
Thanks In advance..