Search found 228 matches

by TestAlways
Fri Feb 19, 2016 3:16 pm
Forum: VCL
Topic: Delphi Seattle: Enable High-DPI results than expected
Replies: 7
Views: 38385

Re: Delphi Seattle: Enable High-DPI results than expected

Yeray wrote:We'll revise the issue...
I'm not sure I understand what that means. Could you clarify?

Ed Dressel
by TestAlways
Thu Feb 18, 2016 12:52 am
Forum: VCL
Topic: Delphi Seattle: Enable High-DPI results than expected
Replies: 7
Views: 38385

Delphi Seattle: Enable High-DPI results than expected

In working with Seattle, if "Enable High-DPI" (in Project/Options/Application) is checked, Annotations' text will appear small http://www.tbinc.com/misc/Chart-DPI-Checked.png (it is a little hard to see here unless you compare the annotation font against the axis label font--it is smaller, but shoul...
by TestAlways
Thu Apr 02, 2015 6:11 pm
Forum: VCL
Topic: Highlighting a series when hovering over legen
Replies: 1
Views: 6151

Highlighting a series when hovering over legen

Some time ago I got some code from you that highlights a series when hovering over a legend item that corresponds to the chart--this works great. I now have a chart that can have either a number of line series that highlight when hovering over the legend. But the data can also be viewed in a single ...
by TestAlways
Wed Feb 18, 2015 6:52 pm
Forum: VCL
Topic: Items missing from legend
Replies: 3
Views: 8829

Re: Items missing from legend

My demo still shows the same problem. I checked that the DCUs were newly compiled (not using BPLs at runtime), I checked the source directory for the TeeRecompile. Did a build all.

Any suggestions?

Ed Dressel
by TestAlways
Tue Feb 17, 2015 7:41 pm
Forum: VCL
Topic: Items missing from legend
Replies: 3
Views: 8829

Items missing from legend

XE2, TChart Pro 2015.14.150120 32bit. VCL In the attached demo, when the legend is on the right, all of the legend items are included: http://www.tbinc.com/misc/ChartLgendAllItemsShowing.png But when the legend is on the bottom of the chart, it does not display all of the legend items (#9 and #10 a...
by TestAlways
Fri Feb 06, 2015 12:24 am
Forum: VCL
Topic: Marks overlap & axis title cut off in chart
Replies: 1
Views: 6224

Marks overlap & axis title cut off in chart

2015.14.150120 32 bit VCL; Delphi XE2 & XE7 In the very simple attached demo there are a couple problems: 1) Marks overlap 2) Title on left axis, which includes a #13, is pushed off the side of the chart. I don't believe was a problem in an earlier version. (I remember working the top margin so that...
by TestAlways
Wed Jan 28, 2015 3:55 pm
Forum: VCL
Topic: AV after creating horizontal series with no values
Replies: 3
Views: 8646

Re: AV after creating horizontal series with no values

Thank you.

Is there any way to get a list of patches for 2015.14? This would be embarrassing if our internal testing did not pick this up and a customer did. If there are other items like this, I would like to get them fixed.

Thank you,

Ed Dressel
by TestAlways
Tue Jan 27, 2015 4:57 pm
Forum: VCL
Topic: AV after creating horizontal series with no values
Replies: 3
Views: 8646

AV after creating horizontal series with no values

TChart Pro 2015.14.150120 32 bit VCL See the attached demo that raises an exception as soon as the "Update Chart" button is clicked. The button simply creates a series for the chart but doesn't add any data to the series. I have Pro version, and need to get this fixed so I can get it out to my custo...
by TestAlways
Tue Jan 27, 2015 3:14 pm
Forum: VCL
Topic: left axis does not allow for multiple lines
Replies: 4
Views: 10327

Re: left axis does not allow for multiple lines

Thank you. Yes, it does work correctly in 2015.14. Thank you.
by TestAlways
Mon Jan 26, 2015 4:07 pm
Forum: VCL
Topic: left axis does not allow for multiple lines
Replies: 4
Views: 10327

Re: left axis does not allow for multiple lines

XE2, TChart 2014.11.140409 32bit VCL.

Attached.

Thank you,

Ed Dressel
by TestAlways
Sun Jan 25, 2015 12:00 am
Forum: VCL
Topic: left axis does not allow for multiple lines
Replies: 4
Views: 10327

left axis does not allow for multiple lines

I setup a chart to use multiple lines on the left axis--but it is not working. For example, in an otherwise new project with a TChart on the form, the following LOC: Chart1.LeftAxis.Title.Caption := 'Test'#13'This' Will only show "Test" on the left axis. Is there anyway to get that to work? I looked...
by TestAlways
Thu Nov 20, 2014 3:31 pm
Forum: VCL
Topic: Annotation goes off right side of chart
Replies: 3
Views: 8504

Re: Annotation goes off right side of chart

Thank you for the quick response. This addressed part of my issue but I didn't realize there is another issue. When rendering the chart to a graphic, if the graphic is a different size than the chart, I don't know how to get the right width of the chart. In the attached example, I added a TImage tha...
by TestAlways
Thu Nov 20, 2014 12:08 am
Forum: VCL
Topic: Annotation goes off right side of chart
Replies: 3
Views: 8504

Annotation goes off right side of chart

In the attached demo, I have a couple chart tools--one a TColorLineTool that I place at a specific location on the X (bottom) axis, and a annotation tool that I try to place right over the line to note the lines purpose. If the line appears on the right side of the chart, I try to position the annot...
by TestAlways
Fri Oct 17, 2014 2:49 pm
Forum: VCL
Topic: Series Caption and Legend Overlap
Replies: 7
Views: 15162

Re: Series Caption and Legend Overlap

It's difficult to release beta code to my end users--it doesn't go over very well when it doesn't work. How close is this to being a final release?
by TestAlways
Thu Oct 16, 2014 8:25 pm
Forum: VCL
Topic: Series Caption and Legend Overlap
Replies: 7
Views: 15162

Re: Series Caption and Legend Overlap

Thank you for your responses.

If I use the Footer.Text property for my charts sub-title, the overlap still occurs. (I tried to change the code you wrote but could not get it to work with my new demo).

Ed Dressel