Labels and Tick Marks on Left Axis
Posted: Mon Feb 27, 2006 8:39 pm
I am using Delphi 2005 And TeeChart 7.05. I have a form using a DBChart and I want to show a range of 0 through 5 on the left axis. I want the labels to increment every .5 value so that the labels read .5, 1, 1.5, 2, etc. I turned off the automatic scale. I put in the minimum value as 0 and the maximum value as 5 in the chart editor. I also set the desired increment to .5. The problem is that when it runs the .5 values do not appear. Can someone tell me if I have to change another setting or give me some code to force the left axis to appear as I want?