Hello, I'm using a Line chart (9.1) and when there are a lot of data points in the series, the X Axis which displays the dates disappears. Is there a solution for this?
Thanks
Thanks, it worked.
you could set Axis.X.Labels.Layout.Behavior = None to disable the hiding of labels, but that might result in some labels overlapping.
probably the best solution is to set the Axis.X.TickmarkStyle = DataInterval, and set the Axis.X.TickmarkInterval and Axis.X.TickmarkIntervalType as well.