Line Graph Marks
-
- Newbie
- Posts: 58
- Joined: Thu Jul 05, 2012 12:00 am
Line Graph Marks
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
- Attachments
-
- Gtraph Marks.jpg (86.38 KiB) Viewed 4511 times
Re: Line Graph Marks
Hello mikethelad,
I suggest you modify your Maximum and Minimum offset. You can do something as next:
Could you tell us if previous lines help you to solve the problem?
Thanks,
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;
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 58
- Joined: Thu Jul 05, 2012 12:00 am
Re: Line Graph Marks
Thanks, this has resolved it