Originally shared by David Berneda
Originally shared by David Berneda
Several improvements in the "geo" BIChart automatic mode, single line of code.
BIChart1.Data := MyQuery // <-- pivot-table, dimensions and measures
Any polygon or group of polygons can be moved and resized to relocate them to desired positions in the map, eg:
Map.USA.Alaska.Resize(0.5);
Map.USA.Hawaii.Offset(40,20);
The "USA Counties" map has an option to use another series to draw the State boundaries.
Many speed-related optimizations in the TeeChart "World" series now deliver much better speed when creating / loading the maps, moving the mouse over shapes, zooming and scrolling.
btw: Michigan State is now painted correctly !
Several improvements in the "geo" BIChart automatic mode, single line of code.
BIChart1.Data := MyQuery // <-- pivot-table, dimensions and measures
Any polygon or group of polygons can be moved and resized to relocate them to desired positions in the map, eg:
Map.USA.Alaska.Resize(0.5);
Map.USA.Hawaii.Offset(40,20);
The "USA Counties" map has an option to use another series to draw the State boundaries.
Many speed-related optimizations in the TeeChart "World" series now deliver much better speed when creating / loading the maps, moving the mouse over shapes, zooming and scrolling.
btw: Michigan State is now painted correctly !
Comments
Post a Comment