![]() |
TeeChart Library includes the most typical Chart Series types.
Each type has its own specific properties and events to customize your Charts.
Most importantly you can derive new subcomponents from any Series type, thus creating any NEW Chart types.
TeeChart includes the following Chart Series types (To see a visual representation of these Series go to the TeeChart User Guide):
Standard types:
Line
HorizLine
Area
Point (scatter)
Bar,Pyramid,Cilinder...
Horizontal Bar,Pyramid,Cilinder...
Pie
Shapes
Fast Line
Arrows
Gantt
Bubble
All Series are derived from the "pseudo-abstract" TChartSeries class.
TChartSeries hides all the logic complexity leaving the developer to code the "drawing" and "aesthetic" parts of a given Series type.
See TTeeFunction for an outline description of available statistical functions.
Some advanced Series features include custom scaling and margining. Other "pseudo-abstract" components are available for component developers. For example:
Period