Overview
TeeChart VCL provides comprehensive mapping capabilities for geographic data visualization. The map series support world maps, country boundaries, state/province regions, custom map layers, and integration with geographic databases.World Map Series
The WorldSeries component displays world maps with country boundaries and geographic features.Basic World Map
Location:Map_Layers/Unit_Maps.pas
- Shapefile (.shp) support
- Country boundary rendering
- Interactive tooltips
- Zoom and pan capabilities
Map with Layers
Location:Map_Layers/Unit_Maps.pas
Map Layer Types
- Polygon Layers
- Line Layers
- Point Layers
Display filled regions (countries, states, districts)
Spherical Maps
Display maps on a 3D sphere for globe visualization. Location:Map_Spherical_FIPS/Unit1.pas
Map Projections
Geographic (Equirectangular)
Geographic (Equirectangular)
Default projection with simple lat/lon mapping
Mercator
Mercator
Conformal cylindrical projection
Spherical (3D Globe)
Spherical (3D Globe)
3D spherical projection on globe
Lambert
Lambert
Conic conformal projection
Choropleth Maps
Color-code regions based on data values.Interactive Map Features
Zoom and Pan
Region Selection
Tooltips and Marks
FIPS Code Integration
Work with FIPS (Federal Information Processing Standards) codes. Location:Map_Spherical_FIPS/Unit1.pas
Custom Map Data
Adding Custom Shapes
Loading from Database
Map Samples Overview
Map_Layers
Location:
Map_Layers/Multiple layer management, shapefile loading, interactive navigationMap_Spherical_FIPS
Location:
Map_Spherical_FIPS/3D spherical maps with FIPS code integrationTeeMaps
Location:
TeeMaps/Advanced mapping samples and utilitiesMap Styling and Appearance
Border Styling
Border Styling
Label Positioning
Label Positioning
Transparency
Transparency
Performance Optimization
For large map datasets:Shapefile Support
TeeChart supports ESRI Shapefile format (.shp, .shx, .dbf):Export Map Charts
Export maps to various formats:Related Samples
3D Charts
3D surface and contour visualization
Statistical Charts
Statistical analysis on geographic data
Export
Export maps to reports and documents
Database Integration
Connect maps to geographic databases
Map Sample List
Complete list of map-related samples:Map_Layers/Unit_Maps.pas- Multi-layer map visualizationMap_Spherical_FIPS/Unit1.pas- 3D spherical maps with FIPSTeeMaps/- Advanced mapping utilities- Map projection samples
- Choropleth map examples
- Interactive navigation samples
- Custom shapefile loading
- Database integration examples
