Hello. I had a problem with a line chart with so many values (more than 200), so that category labels overlapped, and they could't be distinguished. I've solved this problem by creating a new class derived from CategoryAxis, and redefining drawCategoryLabels so that some ticks are not drawn. I wonder if there is any simpler way to do that, and if ...