Skip to main content

Dynamic heatmap and geographic map

IntensityGridSeries allows visualizing data as 2D grid (heatmap). In IntensityGridSeries, nodes are equally spaced in X dimension and in Y dimension. In addition to X and Y each IntensityPoint has Value, Color and Tag (object type) fields. This allows IntensityGridSeries to visualize 3-dimensional data (X-Y + measurement). IntensityGridSeries also has different styles for Fill, Wireframe and ContourLine.

As any other ViewXY series, IntensityGridSeries can be used with geographic maps.

How IntensityGridSeries and Maps could be used to visualize dynamic geographical data (e.g. rain cloud change over time) demonstrated in following example

ExampleMapStencil ExampleMapStencil from Demo

ExampleMapEnvironmentalData ExampleMapEnvironmentalData from Demo

info

For step-by-step tutorial how to create dynamic IntensityGridSeries with Vector-map application with LightningChart .NET library check following links: Weather Data Visualizations, Environmental Maps and 2D Maps.