Little mistake in the Help files

Ideas and wishes for TeeChart
Post Reply
HMI
Newbie
Newbie
Posts: 32
Joined: Fri May 11, 2007 12:00 am

Little mistake in the Help files

Post by HMI » Mon Jun 04, 2007 2:32 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jun 04, 2007 2:43 pm

Hi HMI,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

fjrohlf
Newbie
Newbie
Posts: 33
Joined: Mon Sep 07, 2015 12:00 am

Re: Little mistake in the Help files

Post by fjrohlf » Sun Oct 11, 2015 4:31 am

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.

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Little mistake in the Help files

Post by Yeray » Thu Nov 05, 2015 12:37 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply