I want to set the X axis start date for my gantt chart to be a specific date. It seems to vary right now because of the percentage tick marks. I want to make the first date the first date of my date spread. How do I do that? Thanks.
I fixed this by using this code...
UltraChart1.Axis.X.RangeType = Infragistics.UltraChart.Shared.Styles.AxisRangeType.Custom;
UltraChart1.Axis.X.RangeMin = lastMonthFirstDate.Ticks;
UltraChart1.Axis.X.RangeMax = lastMonthLastDate.Ticks;
I am now wondering how to get ride to the expand/collapse buttons and just have the scroll bar.
Hello,
Thank you for using our community.
Could you please send me an isolated sample so I can see what properties are you using? By default, there shouldn’t be any collapse/expand buttons. I’ll be waiting for your sample.
Best Regards, Marina Stoyanova, Software Developer, Infragistics, Inc.
Wow. I can't believe you are coping out by saying you only get just the scroll bar without the buttons on the X axis. The documentation shows the scroll bar without the buttons on BOTH the X and Y axis. I can't get either axis to show only the scroll bar (as indicated by your documentation). If you are going to answer questions, at least don't make up the answers to suit yourself. I have tried the EnableScrollbar option. Maybe you should ask the person that created the documentation.
I got an email with a link to an html document explaining a hybrid chart. I am not sure why you are not replying on this thread. I have used both the options you mentioned in that email. They do not give me the desired effect. I am wondering if I have to create a y2 layer to get just the scrollbar. Could you please respond to this thread, as I get a no-reply on your email. Thanks.
I made a change by using
UltraChart1.Axis.Y.ScrollScale.Width = 50; and now I get this, Where are the images supposed to be?
Sorry. I just realized that none of my images are showing up.
Thank you for your reply. Glad you were able to resolve the issue. Please do not hesitate to contact me if you have any further questions regarding this matter.
OK. I finally go this to work! Yahoo. That ultrachart is very particular. Thank you for helping!
Hello Natalie,
I have send you an email, please let me know if you are still having troubles with the attached samples.
Regards,
Marina Stoyanova,
Software Developer,
Infragistics, Inc.
Hi Marina. I did not get the attachments. A zip file won't get through. Can you send me the attachment at Natalie.powers@usfalcon.com?
Sorry. Thanks.
Thank you and sorry for the trouble.
I have attached the samples again "charts.zip" (You can find them in this post below my signature).
Please let me know if you still don't see/receive them.