Vector Data
- 2 minutes to read
This section provides a list of examples that are grouped by actions to be performed with vector items.
Providing Data
- How to: Load Data from a Shapefile
- How to: Load Data from a KML File
- How to: Load Data from a SVG File
- How to: Load Data from a SQL Geometry Datasource
- How to: Manually Generate Vector Items
- How to: Manually Generate Vector Items from WKT
- How to: Manually Generate Bubble Chart Items
- How to: Manually Generate Pie Chart Items
- How to: Automatically Generate Vector Items from a Datasource
- How to: Automatically Generate Bubble Charts Items from a Datasource
- How to: Automatically Generate Pie Charts Items from a Datasource
- How to: Aggregate Vector Items Using a Clusterer
- How to: Implement a Custom Clusterer
- How to: Detect Visible Items
Colorize Data
- How to: Colorize Map Contours Using the Choropleth Colorizer
- How to: Colorize Map Contours Using the Graph Colorizer
- How to: Colorize Map Items Using the Key Color Colorizer
- How to: Colorize Manually Added Shapes Using the Choropleth Colorizer
- How to: Implement a Custom Colorizer
Customize Data Appearance
- How to: Load a Vector Cartesian Map from a Shapefile
- How to: Automatically Load Cartesian Data to a Geo Map
- How to: Manually Load Cartesian Data to a Geo Map Using Predefined Coordinate Converters
- How to: Customize the Appearance of Vector Elements
- How to: Dynamically Update Vector Items Data
- How to: Add Images to a Legend
- How to: Specify a Map Projection
- How to: Implement a Custom Map Projection
- How to: Specify the Width-to-Height Ratio of Map Projection
See Also