I would like to limit the number of X-Axis Label Steps to around 3 or 4 labels. The amount of data displayed on the chart can vary from just 5 points to hundreds and the number of points for each Pen can vary significantly.
It is my assumption that the “XAxis.LabelStep” property assumes a constant number of points for each ChartSeriesItemCollection. I had originally set it to
Chart1.PlotArea.XAxis.
But I get a strange group of characters in the upper left portion of the trend and the incorrect number of Labels created. Given my objective, what would be the ideal way to specify the number of Labels for the X-Axis?