Using C++Builder 10.2 (Tokyo), I'm creating an Area chart via TeeChart. Creating the chart however, is not the problem. The problems I'm trying to solve is
I cannot seem to find a way to stop the bottom axis from incrementing. By this, I mean that I have EXACT dates that I want to plot, not a range of dates. For example, point 1 might be 04/01/2017 and point 2 might be 06/01/2017, but the TeeChart automatically creates a point for 05/01/2017 - which I don't want. Also, it doesn't place a label for 06/01/2017.
Is there a way to add empty space between the area series?