Search found 4 matches

by MCM
Wed Mar 03, 2004 5:04 pm
Forum: VCL
Topic: Export multiple charts to the same metafile
Replies: 0
Views: 7479

Export multiple charts to the same metafile

My application displays a vertical stack of charts which I'd like to export to a single enhanced metafile. I've been looking at TeeCreateMetaFile and DrawToMetaCanvas but it seems like the necessary DrawRect functionality isn't supported. .... had an idea an which answered my own question! My soluti...
by MCM
Mon Mar 01, 2004 10:04 pm
Forum: VCL
Topic: Changing position of Axis Labels
Replies: 4
Views: 11577

Thanks for the info. I'm just downloading V6 now. I'll let you know how I get on with the Axis labelling. Re: The editor, I've found that for our users, the Chart Control's editor is much too complex, and also doesn't allow them to setup a useful schema which can be applied to lots of different char...
by MCM
Tue Jan 27, 2004 5:50 pm
Forum: VCL
Topic: Changing position of Axis Labels
Replies: 4
Views: 11577

Thanks Marjan. I'll have to review the different options. I know this is probably posted somewhere on the site, but I'll ask anyway. Are there any known problems with upgrading from v5 to v6 that I should be aware of or changes in events, etc.? I do a lot of overriding of the default behaviour and a...
by MCM
Fri Jan 23, 2004 8:52 pm
Forum: VCL
Topic: Changing position of Axis Labels
Replies: 4
Views: 11577

Changing position of Axis Labels

I'm trying to modify the behaviour of the chart axis label drawing and having a lot of problems getting the required result. I'm using the OnGetAxisLabel event to convert the chart's internal x value to a label which is meaningful to my program. This is working fine, but the problem is I want to see...