Page 1 of 1

Are they fixed?

Posted: Thu Jul 22, 2004 1:58 pm
by 8119959
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.

Posted: Mon Jul 26, 2004 4:08 pm
by Marc
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