0
votes

I just started with TeeChart. I have a requirement based on which I need to mark only those points on bottom axis which corresponds to a data point to be plotted on the graph. I do not need a completed series with a pre-defined max and min value range and a pre-defined increment to be used as a marked on bottom axis. I need to achieve something like this.enter image description here

1
Is there any way this could be achieved using TeeChart. I have gone through the documentation related to axes, but I couldn't find anything that might help in this regard.Siddhant
Please add some tag to identify your programming environmentYeray
I am working with .NET version of this control. Added the tagSiddhant

1 Answers

0
votes

Try with this (VCL):

Chart1.Axes.Bottom.LabelStyle:=talPointValue;