Plotting a fastline dataseries the very last point seems to be every so slightly off the end of the chart as if it's plotted behind the thin black border on the end of the chart. Is there anyway to push the edge of the chart out further beyond the end of the fastline?
Using .NET 1.1, TeeChart v1.1.1879.21176 in Winforms.
Data series plots last point off the end of the chart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Dave164,
You could try setting a MaximumOffset for the bottom axis:
You could try setting a MaximumOffset for the bottom axis:
Code: Select all
tChart1.Axes.Bottom.MaximumOffset = 5;
Best Regards,
Narcís Calvet / 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 |