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.
Are they fixed?
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.
Regards,
Marc Meumann
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();
Marc Meumann
Steema Support