[fpc-pascal] Is there anything like PyChart for FPC?
Michael Van Canneyt
michael at freepascal.org
Thu Feb 2 10:39:32 CET 2006
On Thu, 2 Feb 2006, Terry Kemp wrote:
> On Thu, 2006-02-02 at 09:31 +0100, Michael Van Canneyt wrote:
>>
>
>> I can send you a project which does exactly this for the FPC testsuite.
>> The code is 100% FPC, no external libraries.
>>
>> Michael.
>
> Please yes! Send to me off list.
I posted it here:
http://www.freepascal.org/~michael/testsuite.zip
The unit you want is utest.pp and the method is CreateRunPie() and DoDrawPie().
It uses a TFPMemoryImage/TFPImageCanvas to draw on, so all
methods you are used to in Lazarus should be there.
Michael.
More information about the fpc-pascal
mailing list