RenderToCanvas: Boolean;
The UseInvertedAngles property determines whether map items area rendered on the canvas in case if it is available.
Set the property value from JSON, return the property by means of the getRenderToCanvas method.
Available values:
true. Map items are rendered on the canvas if it is available (default).
false. Map items are not rendered on the canvas.
The example of use is given on the «Example of Creating the MapChart Component» page.
See also: