Search found 4 matches
- Wed Mar 03, 2004 5:04 pm
- Forum: VCL
- Topic: Export multiple charts to the same metafile
- Replies: 0
- Views: 8359
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...
- Mon Mar 01, 2004 10:04 pm
- Forum: VCL
- Topic: Changing position of Axis Labels
- Replies: 4
- Views: 12236
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...
- Tue Jan 27, 2004 5:50 pm
- Forum: VCL
- Topic: Changing position of Axis Labels
- Replies: 4
- Views: 12236
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...
- Fri Jan 23, 2004 8:52 pm
- Forum: VCL
- Topic: Changing position of Axis Labels
- Replies: 4
- Views: 12236
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...