TeeChart for ActiveX, COM and ASP
-
LeJu0
- Newbie

- Posts: 1
- Joined: Mon Dec 19, 2005 12:00 am
-
Contact:
Post
by LeJu0 » Fri Mar 07, 2008 12:09 am
Hi~
I am developing the program with TeeChart Pro ActiveX(Version 7.0.1.4).
but, i can find out a few seriestypes in TeeChartDefine.h
For Example,
ISOSurface
LinePoint
ImagePoint
DefaultPint
BigCandle
where are these defined?
And
is Triangle surf.(Seriestype) and scTriSurface(TeechartDefine.h) matching?
BoxPlot and scBox
Horizontal BoxPlot and scHorizBox

-
Narcís
- Site Admin

- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Mon Mar 10, 2008 11:48 am
Hi LeJu0,
I'm afraid those series can not be added at runtime in v7, they need to be created at designtime. Those constants have been added in v8. They can not be added in v7 now as the would break compatibility with v8 constants.
And
is Triangle surf.(Seriestype) and scTriSurface(TeechartDefine.h) matching?
BoxPlot and scBox
Horizontal BoxPlot and scHorizBox
Yes, exactly.