Right Axis=Left Axis
Posted: Thu Feb 06, 2014 11:11 pm
I have a time based left axis and line graph with function curve fitting. The graph is what I want but I also want the left and right axis to be identical.
If I use:
DBChart1.Series[0].VertAxis := aBothVertAxis;
I get the right axis on a different scale to the left. It doesn't use the correct scale. I've tried Series[1], 2, 3, 4 and they all have their own scale which is not the correct scale.
How do I just show the left axis on teh right as well as the left, the way the default left axis is showing?
regards
Alan
If I use:
DBChart1.Series[0].VertAxis := aBothVertAxis;
I get the right axis on a different scale to the left. It doesn't use the correct scale. I've tried Series[1], 2, 3, 4 and they all have their own scale which is not the correct scale.
How do I just show the left axis on teh right as well as the left, the way the default left axis is showing?
regards
Alan