Hi,
a little mistake which let my head spin^^
type TSeriesPointerStyle = (psRectangle, psCircle, psTriangle, psDownTriangle, psCross, psDiagCross, psStar, psDiamond, psSmallDot, psNothing, psLeftTriangle, psRightTriangle);
This doesn't mathc the description:
psRectangle
psCircle
psTriangle
psDownTriangle
psCross
psDiagCross
psStar
psNothing
psDot
psLeftTriangle
psRightTriangle
example: psDot != psSmallDot (head spins about 10 minutes before I noticed this problem)
Others are missing^^
Sincerly yours,
HMI
Little mistake in the Help files
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi HMI,
Thanks for reporting. I've added this to our wish-list to be enhanced for future releases.
Thanks for reporting. I've added this to our wish-list to be enhanced for future releases.
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 |
Re: Little mistake in the Help files
I found the same problem in the current help file. In addition, the type seems to be define with 16 items rather than the 12 or 14 mention in the help file. Unfortunately I do not have the source code to check what the definition really is.
Re: Little mistake in the Help files
Hello,
Excuse us for the lack of reply here.
We updated the documentation so the next maintenance will show the 16 types:
Thanks for reporting it.
Excuse us for the lack of reply here.
We updated the documentation so the next maintenance will show the 16 types:
Code: Select all
type TSeriesPointerStyle = (psRectangle, psCircle, psTriangle, psDownTriangle, psCross, psDiagCross, psStar, psDiamond, psSmallDot, psNothing, psLeftTriangle, psRightTriangle, psHexagon, psVisual, psDonut, psArrow);
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |