Implement option for automatic layout for axis item labels as the current mechanisms that solve the label overlapping issues with many data points have their limitations: LabelRotationAngle - The desired rotation angle changes based on how many data point REASON FOR DECLINATION This is supported out-of-the-box by the new RadChartView (axes have a LabelFitMode and a SmartLabelsMode property).
AxisX.StepLabelLevelCount = n; - This existing property will put each label on a new line using n lines before returning to the first line. I believe that this works well for string labels. I am not sure how this issue would be addressed. So here are some