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: Automatically Generate Vector Items from a Datasource
- How to: Automatically Generate Bubble Chart Items from a Datasource
- How to: Automatically Generate Pie Chart 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
Customize Data Appearance
- How to: Load a Vector Cartesian Map
- 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: Show Titles for Map Shapes
- How to: Show Tooltips for Map Shapes
- How to: Create a Map Item Attribute and Show its Value in the Map Tooltip
- How to: Customize the Appearance of a Vector Element
- How to: Show a Title for a Vector Element
- How to: Customize the Appearance of a Vector Element’s Title
- How to: Customize the Appearance of a Map Pushpin
- How to: Customize Animation of a Map Pushpin
- How to: Specify a Map Projection
- How to: Implement a Custom Map Projection
- How to: Provide Cylindrical Equal-Area Projections
- How to: Implement a Custom Map Tooltip Shape
See Also