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.