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. AddSeriesITChart
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:
HelloI 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: