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.
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.
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.
Hello Natalie,
I have send you an email, please let me know if you are still having troubles with the attached samples.
OK. I finally go this to work! Yahoo. That ultrachart is very particular. Thank you for helping!
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.