Page 1 of 1

Line Graph Marks

Posted: Thu Jun 13, 2013 10:12 am
by 15662902
What would cause the last number on the line graph mark to not show, as per the sample? It does this regardless to number of months of data

Re: Line Graph Marks

Posted: Thu Jun 13, 2013 2:14 pm
by 10050769
Hello mikethelad,


I suggest you modify your Maximum and Minimum offset. You can do something as next:

Code: Select all

            tChart1.Axes.Bottom.MaximumOffset = 1;
            tChart1.Axes.Bottom.MinimumOffset = 1; 
Could you tell us if previous lines help you to solve the problem?

Thanks,

Re: Line Graph Marks

Posted: Thu Jun 13, 2013 2:27 pm
by 15662902
Thanks, this has resolved it