Page 1 of 1

I can't find out a few SeriesType in TeeChartDefine.h

Posted: Fri Mar 07, 2008 12:09 am
by 9529667
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
:?

Posted: Mon Mar 10, 2008 11:48 am
by narcis
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.