Line Graph Marks

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
mikethelad
Newbie
Newbie
Posts: 58
Joined: Thu Jul 05, 2012 12:00 am

Line Graph Marks

Post by mikethelad » Thu Jun 13, 2013 10:12 am

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
Gtraph Marks.jpg (86.38 KiB) Viewed 4508 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Line Graph Marks

Post by Sandra » Thu Jun 13, 2013 2:14 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

mikethelad
Newbie
Newbie
Posts: 58
Joined: Thu Jul 05, 2012 12:00 am

Re: Line Graph Marks

Post by mikethelad » Thu Jun 13, 2013 2:27 pm

Thanks, this has resolved it

Post Reply