Overview
The standard series samples demonstrate the most commonly used chart types in TeeChart VCL. These foundational series types support extensive customization including gradients, transparency, 3D effects, and interactive features.Bar Series
Bar charts are ideal for comparing values across categories.Bar with Gradient
Demonstrates applying gradient fills to bar series for enhanced visual appeal. Location:TeeNew/Bar_Gradient.pas
- Gradient fill customization
- Interactive gradient editor
- Visual gradient effects
Bar 3D Depth
Shows how to control 3D depth for bar series. Location:TeeNew/Bar_3DDepth.pas
Features:
- Adjustable 3D depth
- Perspective rendering
- Side-by-side bar comparison
Other Bar Samples
Bar_Cylinder
Cylindrical bar rendering
Bar_Image
Image fills for bars
Bar_MarksOnBar
Value labels positioned on bars
Bar_Rounded
Rounded corner bars
Bar_SelfStack
Self-stacking bar series
Bar_StackGroup
Grouped and stacked bars
Bar_TickLines
Tick marks on bars
Bar_SideAll
Side-by-side bar arrangement
Line Series
Line charts excel at showing trends and changes over time.Fast Line with Real-time Data
Optimized line series for high-performance real-time data display. Location:TeeNew/FastLine_Realtime.pas
- Real-time data streaming
- Scrolling chart effect
- Optimized performance
- Configurable data point limits
Line Series Samples
FastLine_DrawAll
FastLine_DrawAll
Draw all points vs. sampling for performance
FastLine_DrawAllStyle
FastLine_DrawAllStyle
Different drawing styles for fast lines
FastLine_Nulls
FastLine_Nulls
Handling null values in line series
FastLine_TreatNulls
FastLine_TreatNulls
Various null value treatment options
HorizLine_Series
HorizLine_Series
Horizontal line series
Area Series
Area charts fill the region between the line and the axis.Area with Transparency
Location:TeeNew/Area_Transparency.pas
- Adjustable transparency levels
- Overlapping area visualization
- Gradient fills
Area Series Samples
Area_Gradient
Gradient-filled areas
Area_Origin
Custom origin point for area fill
Area_Stairs
Step-style area charts
Area_TreatNulls
Null value handling in areas
Pie Series
Pie charts display proportional data as slices of a circle.Pie with Explosions
Location:TeeNew/Pie_Exploded.pas
Features:
- Slice explosion effects
- Custom slice colors
- Percentage labels
- 3D pie rendering
Donut Series
Location:TeeNew/Donut_Series.pas
Pie Series Samples
Pie_AutoMarkPosition
Pie_AutoMarkPosition
Automatic mark positioning to avoid overlaps
Pie_Focus
Pie_Focus
Highlight selected slice on click
Pie_OtherSlice
Pie_OtherSlice
Combine small slices into “Other” category
Pie_Patterns
Pie_Patterns
Pattern fills for slices
Point Series
Point series display individual data points with customizable markers.Point with Custom Pointers
Location:TeeNew/Point_Pointers.pas
Features:
- Custom pointer shapes (circle, rectangle, triangle, star, etc.)
- Pointer size and color customization
- Image-based pointers
Bubble Series
Bubble charts show three dimensions of data: X, Y, and radius. Location:TeeNew/Bubble_Gradient.pas
Point Series Samples
Bubble_Transparency
Transparent bubbles for overlap visibility
Point_ColorEach
Individual point colors
Point_InflateMargins
Automatic margin adjustment for point visibility
Point_Pointers3D
3D pointer rendering
Common Features
All standard series support:Marks and Labels
Marks and Labels
- Custom mark text
- Mark positioning
- Mark styles (value, percent, label, etc.)
- HTML formatted marks
Color Customization
Color Customization
- Individual point colors
- Gradient fills
- Transparency
- Color palettes
Interactive Features
Interactive Features
- Click events
- Mouse hover tooltips
- Point selection
- Drag and drop
3D Effects
3D Effects
- 3D rendering
- Rotation and elevation
- Depth control
- Orthogonal vs perspective
Performance Optimization
For large datasets, use these techniques:Related Samples
Statistical Charts
Box plots, histograms, error bars
Financial Charts
Candle, OHLC, volume series
3D Charts
Surface, contour, 3D points
Gauges
Circular and linear gauges
