Does TChart lite component included in RAD Studio XE4 environment support GDI+ rendering or not ? Feature matrix doesnt tak about it.
http://www.steema.com/featurematrix/vcl
Searching in installation directory I found file VCLTee.TeeGDIPlus.hpp containing declaration of class TGDIPlusCanvas.
If yes then how to enable it ?
To activate GDIPlus in C++Builder applications, add the header to the .h:
And then create the Canvas directly:
or through a variable: