Page 1 of 1

Little mistake in the Help files

Posted: Mon Jun 04, 2007 2:32 pm
by 9245066
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

Posted: Mon Jun 04, 2007 2:43 pm
by narcis
Hi HMI,

Thanks for reporting. I've added this to our wish-list to be enhanced for future releases.

Re: Little mistake in the Help files

Posted: Sun Oct 11, 2015 4:31 am
by 16475383
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

Posted: Thu Nov 05, 2015 12:37 pm
by yeray
Hello,

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);
Thanks for reporting it.