Are they fixed?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
ATS
Newbie
Newbie
Posts: 13
Joined: Tue Apr 08, 2003 4:00 am
Location: Ontario, Canada
Contact:

Are they fixed?

Post by ATS » Thu Jul 22, 2004 1:58 pm

I have two problems:

1. x-Asix datetime formate "dd/mm hh:mm", it always treat month(dd/mm) as minute.

2. after I maximum my window, some marks don't move to the right position.

How to fix them?

Thanks.

Marc
Site Admin
Site Admin
Posts: 1219
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Post by Marc » Mon Jul 26, 2004 4:08 pm

Hello,

Re 1.
Please use uppercase M for months, eg. dd/MM/yyyy or dd/MMM/yyyy

Re 2.
Auto-positioned Series Marks should adjust automatically, if that's not the case please let us know how we can reproduce the problem and we'll take a look.

For repositioned Marks (ie. dragged with Drag-Mark tool) you could use ResetPositions.

Code: Select all

eg. 
bar1.Marks.ResetPositions();
Regards,
Marc Meumann
Steema Support

Post Reply