Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2349
X Axis Labe Problem (Disapearing Labels)
posted

 I think the problem probably comes with the fact that I have so many data points.  How can I narrow down the number of labels that are show?  Right now I don't see anything!

Parents
  • 2349
    posted

     Well, I set a numerictimeseries thinking it would solve my woes...  It works great for the date time with only 30 data points, but when I try it with a set that house hundreds of datapoints I still get nothing displaying on the bottom of the screen.  

     I even tried setting the ticket mark stuff programmaticall for the multiple datapoints:

                        myChart.Axis.X.TickmarkInterval = 20;
                        myChart.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Hours;
                        myChart.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
                        myChart.LineChart.TreatDateTimeAsString = false;
     

Reply Children
No Data