Home > Software engineering >  How VC TeeChart dynamically created when the series is set to discount figure, histogram, pie chart
How VC TeeChart dynamically created when the series is set to discount figure, histogram, pie chart

Time:10-06

Adding controls is not in the form, and then open a an editor, direct use of dynamically generated code,
TeeChart default discount figure is the first series, and then after histogram,,, how can I set you want

CodePudding user response:

See the official offer apis, well read, now there is no ready-made online,

CodePudding user response:

Each version TeeChart also is different, go to the documentation, additional installation directory is official for example!

CodePudding user response:

ITChart. AddSeries
ITChart

The function AddSeries (SeriesClass: ESeriesClass) : Integer;

The Type Library
TeeChartX

The Description
The AddSeries method adds a new Series of The class to The Chart.

Example (Visual Basic) :

TChart1. AddSeries (scLine)



TeeChart Pro ActiveX Control Documentation. Copyright Steema Software SL 1997-2007.

CodePudding user response:

 ESeriesClass 

type ESeriesClass=(scLine, scBar, scHorizBar, scArea, scPoint, scPie, scFastLine, scShape, scGantt, scBubble, scArrow, scCandle, scPolar, scSurface, scVolume, scErrorBar, scBezier, scContour, scError, scPoint3D, scRadar, scClock, scWindRose, scBar3D, scImageBar, scDonut, scTriSurface, scBox, scHorizBox, scHistogram, scColorGrid, scBarJoin, scHighLow, scWaterfall, scSmith, scPyramid, scMap, scHorizLine, scFunnel, scCalendar, scHorizArea, scPointFigure, scGauge, scVector3D, scTower, scPolarBar, scBubble3D, scHorizHistogram, scVolumePipe, scIsoSurface, scDarvas, scHighLowLine, scPolarGrid, scDeltaPoint, scImagePoint, scOrganizational, scWorld, scTagCloud, scKagi, scRenko);

The Type Library
TeeChartX

The Description
ESeriesClass is informs the when adding new Series to a TChart. See TChart. AddSeries.


See the note on the use of Enum constants in differing development environments.

Values are

ScLine=0;
ScBar=1;
ScHorizBar=2;
ScArea=3;
ScPoint=4;
ScPie=5;
ScFastLine=6;
ScShape=7.
ScGantt=8;
ScBubble=9;
ScArrow=10;
ScCandle=11;
ScPolar=12;
ScSurface=13;
ScVolume=14;
ScErrorBar=15;
ScBezier=16;
ScContour=17;
ScError=18;
ScPoint3D=19;
ScRadar=20.
ScClock=21;
ScWindRose=22;
ScBar3D=23;
ScImageBar=24;



TeeChart Pro ActiveX Control Documentation. Copyright 1997-2007 Steema Software SL.

CodePudding user response:

Hello
I am a webmaster
this editionThis post has been long time no attention
Would you please timely junction post
If you think the problem not solved can press no satisfaction and post processing
In addition this edition is set up problems summary post
And has set up a page in top
The instructions are relevant provisions in the post
You can according to the regulation to submit your post links
If you currently do not want to "post just reply that
We will delete this junction post notice

See this reply many days without response
We will be forced to "post
Rules can be found in the interface interface version specific measures about moderator junction post work

CodePudding user response:

reference 4 floor zhao4zhong1 response:
 ESeriesClass 

type ESeriesClass=(scLine, scBar, scHorizBar, scArea, scPoint, scPie, scFastLine, scShape, scGantt, scBubble, scArrow, scCandle, scPolar, scSurface, scVolume, scErrorBar, scBezier, scContour, scError, scPoint3D, scRadar, scClock, scWindRose, scBar3D, scImageBar, scDonut, scTriSurface, scBox, scHorizBox, scHistogram, scColorGrid, scBarJoin, scHighLow, scWaterfall, scSmith, scPyramid, scMap, scHorizLine, scFunnel, scCalendar, scHorizArea, scPointFigure, scGauge, scVector3D, scTower, scPolarBar, scBubble3D, scHorizHistogram, scVolumePipe, scIsoSurface, scDarvas, scHighLowLine, scPolarGrid, scDeltaPoint, scImagePoint, scOrganizational, scWorld, scTagCloud, scKagi, scRenko);

The Type Library
TeeChartX

The Description
ESeriesClass is informs the when adding new Series to a TChart. See TChart. AddSeries.


See the note on the use of Enum constants in differing development environments.

Values are

ScLine=0;
ScBar=1;
ScHorizBar=2;
ScArea=3;
ScPoint=4;
ScPie=5;
ScFastLine=6;
ScShape=7.
ScGantt=8;
ScBubble=9;
ScArrow=10;
ScCandle=11;
ScPolar=12;
ScSurface=13;
ScVolume=14;
ScErrorBar=15;
ScBezier=16;
ScContour=17;
ScError=18;
ScPoint3D=19;
ScRadar=20.
ScClock=21;
ScWindRose=22;
ScBar3D=23;
ScImageBar=24;



TeeChart Pro ActiveX Control Documentation. Copyright 1997-2007 Steema Software SL.

Thank you miss zhao provide method, with the help of the teechart file for it

CodePudding user response:

reference 1st floor u011001084 response:
see API, the official offer very good read, now there is no ready-made online,

What do you think?? Only official I found very simple documents?

CodePudding user response:

The official doesn't even have the code examples available?
It can also called official?