Search found 17 matches
- Sat Aug 22, 2015 4:02 pm
- Forum: VCL
- Topic: CopyToClipboardMetafile and Windows / Office versions
- Replies: 4
- Views: 7768
Re: CopyToClipboardMetafile and Windows / Office versions
Yeray, I ported to TeeChart Pro 2014.12.140923 32-bit VCL, and this helped to an extent, though the files I was producing were still many times larger than they were with TeeChart 2012 for Delphi 2007. Switching back from GDI+ to GDI was much more effective, producing files of much more comparable s...
- Wed Aug 19, 2015 3:01 pm
- Forum: VCL
- Topic: Axis label position
- Replies: 5
- Views: 10332
Re: Axis label position
Yeray,
Thanks for the confirmation.
I don't think I have rights to edit the cc list on the ticket though...
Regards
Toreba
Thanks for the confirmation.
I don't think I have rights to edit the cc list on the ticket though...
Regards
Toreba
- Fri Aug 14, 2015 3:19 pm
- Forum: VCL
- Topic: Axis label position
- Replies: 5
- Views: 10332
Re: Axis label position
Narcis, I have uploaded a very simple example project as 'DateTimeAxisLabelProject.zip' with some screen shots showing how it looks for me using TeeChart Pro 2013.09.131119 32bit VCL in Delphi XE5. The problems are apparent at design time. No need to run it. With bottom axis labels positioned 'at ti...
- Thu Aug 13, 2015 11:34 am
- Forum: VCL
- Topic: CopyToClipboardMetafile and Windows / Office versions
- Replies: 4
- Views: 7768
Re: CopyToClipboardMetafile and Windows / Office versions
Yeray,
Yes, that's exactly the version I was using, in XE2. I will upgrade to a later version.
Thank you very much for your help.
Regards
Toreba
Yes, that's exactly the version I was using, in XE2. I will upgrade to a later version.
Thank you very much for your help.
Regards
Toreba
- Thu Aug 06, 2015 3:26 pm
- Forum: VCL
- Topic: Axis label position
- Replies: 5
- Views: 10332
Axis label position
Hi, I'm looking for guidance as to how this property works when set through the chart editor. If I select 'at tick' all is well. If I select 'before tick' or 'after tick', the label is displaced 1.5 ticks in the respective direction. It moves too far. It is 'before' or 'after' the wrong tick. The op...
- Fri Jul 17, 2015 11:35 am
- Forum: VCL
- Topic: CopyToClipboardMetafile and Windows / Office versions
- Replies: 4
- Views: 7768
CopyToClipboardMetafile and Windows / Office versions
Hi, On Windows 7, 32-bit or 64-bit, using TeeChart 2013 for RAD XE2, the TChart.CopyToClipboardMetafile as EMF creates an image about 70 times larger (in bytes) compared to Windows XP, 32-bit, using TeeChart 2012 for Delphi 2007. The image sizes are in this case 2Mb v30kb. This means that Word docum...
- Mon Jul 13, 2015 11:13 am
- Forum: VCL
- Topic: harmonising right and left axis grid increments
- Replies: 4
- Views: 7134
Re: harmonising right and left axis grid increments
Ah yes! Thank you!
- Fri Jul 10, 2015 9:44 am
- Forum: VCL
- Topic: harmonising right and left axis grid increments
- Replies: 4
- Views: 7134
Re: harmonising right and left axis grid increments
Yeray, It's not clear that the code example given there is going to help. It seems to use some mysterious integer constants, and methods such as CalcPosValue are not described in the help file, which simply says 'internally used to speed up axis calculations'. I have one series on the left axis and ...
- Thu Jul 09, 2015 5:02 pm
- Forum: VCL
- Topic: harmonising right and left axis grid increments
- Replies: 4
- Views: 7134
harmonising right and left axis grid increments
Hi, When showing both right and left axes, the TChart does not attempt to harmonise grid lines such that they fit both left and right axes. In order to do this programmatically, I need to calculate the number of left axis increments and use this to optimize the right axis maximum and minimum. But th...
- Fri Jun 19, 2015 2:52 pm
- Forum: VCL
- Topic: Panning and pop-up menus
- Replies: 2
- Views: 5184
Re: Panning and pop-up menus
Yeray,
Yeah, that's neat! Thanks very much!
Regards
Toreba
Yeah, that's neat! Thanks very much!
Regards
Toreba
- Thu Jun 18, 2015 11:14 am
- Forum: VCL
- Topic: Panning and pop-up menus
- Replies: 2
- Views: 5184
Panning and pop-up menus
Hi, With the conventional use of a pop-up menu on the right mouse click event, I can't use the TChart's automatic panning on the right mouse button, not even if I require e.g. [ssCtrl] in the TeeScrollKeyShift property. I can't run the pan function on the left mouse button without losing the automat...
- Fri Jun 12, 2015 3:35 pm
- Forum: VCL
- Topic: Excluding axis from zoom
- Replies: 2
- Views: 5750
Re: Excluding axis from zoom
Yes, perfect! Thanks very much!
- Fri Jun 12, 2015 2:57 pm
- Forum: VCL
- Topic: Excluding axis from zoom
- Replies: 2
- Views: 5750
Excluding axis from zoom
Hi,
When the user picks a zoom rectangle, I'd like to be able to exclude an axis from the subsequent zoom operation in order to preserve carefully arranged extents, increment and labelling. Is this possible?
Thanks!
When the user picks a zoom rectangle, I'd like to be able to exclude an axis from the subsequent zoom operation in order to preserve carefully arranged extents, increment and labelling. Is this possible?
Thanks!
- Thu Apr 23, 2015 1:18 pm
- Forum: VCL
- Topic: TChartEditor response time
- Replies: 3
- Views: 6225
Re: TChartEditor response time
Yeray,
That's very helpful, thanks for your advice. I will certainly experiment with the options.
The chart editor is too useful to deny to users! Does the TChart version 'with source' include the source for the TChartEditor? Could I add events myself, and customize in other ways?
Regards
Toreba
That's very helpful, thanks for your advice. I will certainly experiment with the options.
The chart editor is too useful to deny to users! Does the TChart version 'with source' include the source for the TChartEditor? Could I add events myself, and customize in other ways?
Regards
Toreba
- Wed Apr 22, 2015 6:08 pm
- Forum: VCL
- Topic: TChartEditor response time
- Replies: 3
- Views: 6225
TChartEditor response time
Hi, When the chart shows e.g. million data points, the chart editor becomes so slow that users think the software has crashed. With the chart editor's AutoRepaint property set to True, then just changing the series title causes many seconds of delay while the whole chart is redrawn. With the AutoRep...